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 @@ -48,13 +48,13 @@ jobs:
4848 # We support an optional key: args, for cmake args
4949 include :
5050 # Just add a key
51- - runs-on : ubuntu-20 .04
51+ - runs-on : ' ubuntu-24 .04'
5252 python : ' 3.8'
5353 args : >
5454 -DPYBIND11_FINDPYTHON=ON
5555 -DCMAKE_CXX_FLAGS="-D_=1"
5656 exercise_D_ : 1
57- - runs-on : ubuntu-20 .04
57+ - runs-on : ' ubuntu-24 .04'
5858 python : ' pypy-3.8'
5959 args : >
6060 -DPYBIND11_FINDPYTHON=ON
@@ -249,7 +249,7 @@ jobs:
249249 python-debug : false
250250
251251 name : " 🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
252- runs-on : ubuntu-20 .04
252+ runs-on : ' ubuntu-24 .04'
253253
254254 steps :
255255 - uses : actions/checkout@v4
@@ -452,7 +452,7 @@ jobs:
452452
453453 # Testing on Ubuntu + NVHPC (previous PGI) compilers, which seems to require more workarounds
454454 ubuntu-nvhpc7 :
455- runs-on : ubuntu-20 .04
455+ runs-on : ' ubuntu-24 .04'
456456 name : " 🐍 3 • NVHPC 23.5 • C++17 • x64"
457457
458458 env :
@@ -572,7 +572,7 @@ jobs:
572572
573573 # Testing on ICC using the oneAPI apt repo
574574 icc :
575- runs-on : ubuntu-20 .04
575+ runs-on : ' ubuntu-24 .04'
576576
577577 name : " 🐍 3 • ICC latest • x64"
578578
You can’t perform that action at this time.
0 commit comments