File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ jobs:
186186 - python : ' 3.14'
187187 python_spec : ' 3.14.* *_cp314'
188188 experimental : false
189- runner : ubuntu-22.04
189+ runner : ubuntu-latest
190190 - python : ' 3.14'
191191 python_spec : ' 3.14.* *_cp314t'
192192 experimental : false
193- runner : ubuntu-22.04
193+ runner : ubuntu-latest
194194 experimental : [false]
195195 runner : [ubuntu-latest]
196196 continue-on-error : ${{ matrix.experimental }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: read-all
99jobs :
1010 install-compiler :
1111 name : Build with nightly build of DPC++ toolchain
12- runs-on : ubuntu-24.04
12+ runs-on : ubuntu-latest
1313 timeout-minutes : 90
1414
1515 env :
Original file line number Diff line number Diff line change 1111 pre-commit :
1212 name : pre-commit
1313
14- runs-on : ubuntu-24.04
14+ runs-on : ubuntu-latest
1515 timeout-minutes : 30
1616
1717 steps :
You can’t perform that action at this time.
0 commit comments