File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -397,8 +397,8 @@ jobs:
397
397
run : cd build; ctest . -V -L CORE -j2
398
398
399
399
# 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
402
402
steps :
403
403
- uses : actions/checkout@v4
404
404
with :
@@ -430,10 +430,10 @@ jobs:
430
430
with :
431
431
save-always : true
432
432
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
434
434
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
437
437
- name : ccache environment
438
438
run : |
439
439
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments