Skip to content

Commit 0a0879f

Browse files
authored
Merge pull request #8320 from tautschnig/bugfixes/gcc-13-job
Move GCC-13 CI job to Ubuntu 24.04
2 parents 8919fdc + add09e9 commit 0a0879f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ jobs:
397397
run: cd build; ctest . -V -L CORE -j2
398398

399399
# This job takes approximately 26 to 46 minutes
400-
check-ubuntu-22_04-cmake-gcc-13:
401-
runs-on: ubuntu-22.04
400+
check-ubuntu-24_04-cmake-gcc-13:
401+
runs-on: ubuntu-24.04
402402
steps:
403403
- uses: actions/checkout@v4
404404
with:
@@ -430,10 +430,10 @@ jobs:
430430
with:
431431
save-always: true
432432
path: .ccache
433-
key: ${{ runner.os }}-22.04-Release-gcc-13-${{ github.ref }}-${{ github.sha }}-PR
433+
key: ${{ runner.os }}-24.04-Release-gcc-13-${{ github.ref }}-${{ github.sha }}-PR
434434
restore-keys: |
435-
${{ runner.os }}-22.04-Release-gcc-13-${{ github.ref }}
436-
${{ runner.os }}-22.04-Release-gcc-13
435+
${{ runner.os }}-24.04-Release-gcc-13-${{ github.ref }}
436+
${{ runner.os }}-24.04-Release-gcc-13
437437
- name: ccache environment
438438
run: |
439439
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV

0 commit comments

Comments
 (0)