File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 retention-days : 7
148148
149149 build_linux_cpp :
150- runs-on : ubuntu-20.04
150+ runs-on : ubuntu-latest
151151 defaults :
152152 run :
153153 shell : bash
@@ -181,7 +181,7 @@ jobs:
181181 retention-days : 7
182182
183183 build_linux_fortran :
184- runs-on : ubuntu-20.04
184+ runs-on : ubuntu-latest
185185 defaults :
186186 run :
187187 shell : bash
@@ -215,7 +215,7 @@ jobs:
215215 retention-days : 7
216216
217217 build_linux_dpcpp :
218- runs-on : ubuntu-20.04
218+ runs-on : ubuntu-latest
219219 defaults :
220220 run :
221221 shell : bash
@@ -250,7 +250,7 @@ jobs:
250250 retention-days : 7
251251
252252 build_linux_aitools :
253- runs-on : ubuntu-20.04
253+ runs-on : ubuntu-latest
254254 defaults :
255255 run :
256256 shell : bash
@@ -273,7 +273,7 @@ jobs:
273273 retention-days : 7
274274
275275 build_linux_apt_cpp :
276- runs-on : ubuntu-20.04
276+ runs-on : ubuntu-latest
277277 defaults :
278278 run :
279279 shell : bash
@@ -300,7 +300,7 @@ jobs:
300300 run : scripts/cache_exclude_linux.sh
301301
302302 build_linux_apt_fortran :
303- runs-on : ubuntu-20.04
303+ runs-on : ubuntu-latest
304304 defaults :
305305 run :
306306 shell : bash
@@ -327,7 +327,7 @@ jobs:
327327 run : scripts/cache_exclude_linux.sh
328328
329329 build_linux_apt_dpcpp :
330- runs-on : ubuntu-20.04
330+ runs-on : ubuntu-latest
331331 defaults :
332332 run :
333333 shell : bash
@@ -355,7 +355,7 @@ jobs:
355355 run : scripts/cache_exclude_linux.sh
356356
357357 build_linux_dnf_cpp :
358- runs-on : ubuntu-20.04
358+ runs-on : ubuntu-latest
359359 container : fedora:37
360360 defaults :
361361 run :
@@ -385,7 +385,7 @@ jobs:
385385 run : scripts/cache_exclude_linux.sh
386386
387387 build_linux_dnf_fortran :
388- runs-on : ubuntu-20.04
388+ runs-on : ubuntu-latest
389389 container : fedora:37
390390 defaults :
391391 run :
@@ -415,7 +415,7 @@ jobs:
415415 run : scripts/cache_exclude_linux.sh
416416
417417 build_linux_dnf_dpcpp :
418- runs-on : ubuntu-20.04
418+ runs-on : ubuntu-latest
419419 container : fedora:37
420420 defaults :
421421 run :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: [push, pull_request]
99
1010jobs :
1111 checks :
12- runs-on : Ubuntu-20.04
12+ runs-on : Ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 4141 path : doc/source/${{ github.workflow }}/${{ github.job }}_*
4242
4343 linux :
44- runs-on : ubuntu-20.04
44+ runs-on : ubuntu-latest
4545 defaults :
4646 run :
4747 shell : bash
6161 path : doc/source/${{ github.workflow }}/${{ github.job }}_*
6262
6363 linux_aitools :
64- runs-on : ubuntu-20.04
64+ runs-on : ubuntu-latest
6565 defaults :
6666 run :
6767 shell : bash
7979 path : doc/source/${{ github.workflow }}/${{ github.job }}*
8080
8181 linux_apt :
82- runs-on : ubuntu-20.04
82+ runs-on : ubuntu-latest
8383 defaults :
8484 run :
8585 shell : bash
@@ -100,7 +100,7 @@ jobs:
100100 path : doc/source/${{ github.workflow }}/${{ github.job }}.txt
101101
102102 linux_yum_dnf :
103- runs-on : ubuntu-20.04
103+ runs-on : ubuntu-latest
104104 container : fedora:37
105105 defaults :
106106 run :
@@ -122,7 +122,7 @@ jobs:
122122 path : doc/source/${{ github.workflow }}/${{ github.job }}.txt
123123
124124 publish :
125- runs-on : ubuntu-20.04
125+ runs-on : ubuntu-latest
126126 permissions :
127127 pull-requests : write
128128 pages : write
You can’t perform that action at this time.
0 commit comments