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:
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
You can’t perform that action at this time.
0 commit comments