Replace Ubuntu 20.04 support with 24.04

Replace support for Ubuntu 20.04 with 24.04
This commit is contained in:
Aleksander Mielczarek
2024-09-11 09:57:03 +00:00
committed by igcbot
parent 5344c000ca
commit 63bfdce937
2 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ '20.04', '22.04' ]
ubuntu_version: [ '22.04', '24.04' ]
llvm_ver: [ 14 ]
compiler: [ gcc, clang ]
include:
@ -186,7 +186,7 @@ jobs:
run: mkdir Artifacts
- name: copying artifact from docker to github host
run: sudo docker cp buildigc:/workspace/igc/build/DEB-FILES ./Artifacts
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: IGC_Ubuntu${{ matrix.ubuntu_version }}_llvm${{ matrix.llvm_ver }}_${{ matrix.compiler }}-${{ steps.igc-current-short-Hash.outputs.sha_short }}
path: ./Artifacts/DEB-FILES/*.deb