File tree 3 files changed +16
-16
lines changed
3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
retention-days : 7
148
148
149
149
build_linux_cpp :
150
- runs-on : ubuntu-20.04
150
+ runs-on : ubuntu-latest
151
151
defaults :
152
152
run :
153
153
shell : bash
@@ -181,7 +181,7 @@ jobs:
181
181
retention-days : 7
182
182
183
183
build_linux_fortran :
184
- runs-on : ubuntu-20.04
184
+ runs-on : ubuntu-latest
185
185
defaults :
186
186
run :
187
187
shell : bash
@@ -215,7 +215,7 @@ jobs:
215
215
retention-days : 7
216
216
217
217
build_linux_dpcpp :
218
- runs-on : ubuntu-20.04
218
+ runs-on : ubuntu-latest
219
219
defaults :
220
220
run :
221
221
shell : bash
@@ -250,7 +250,7 @@ jobs:
250
250
retention-days : 7
251
251
252
252
build_linux_aitools :
253
- runs-on : ubuntu-20.04
253
+ runs-on : ubuntu-latest
254
254
defaults :
255
255
run :
256
256
shell : bash
@@ -273,7 +273,7 @@ jobs:
273
273
retention-days : 7
274
274
275
275
build_linux_apt_cpp :
276
- runs-on : ubuntu-20.04
276
+ runs-on : ubuntu-latest
277
277
defaults :
278
278
run :
279
279
shell : bash
@@ -300,7 +300,7 @@ jobs:
300
300
run : scripts/cache_exclude_linux.sh
301
301
302
302
build_linux_apt_fortran :
303
- runs-on : ubuntu-20.04
303
+ runs-on : ubuntu-latest
304
304
defaults :
305
305
run :
306
306
shell : bash
@@ -327,7 +327,7 @@ jobs:
327
327
run : scripts/cache_exclude_linux.sh
328
328
329
329
build_linux_apt_dpcpp :
330
- runs-on : ubuntu-20.04
330
+ runs-on : ubuntu-latest
331
331
defaults :
332
332
run :
333
333
shell : bash
@@ -355,7 +355,7 @@ jobs:
355
355
run : scripts/cache_exclude_linux.sh
356
356
357
357
build_linux_dnf_cpp :
358
- runs-on : ubuntu-20.04
358
+ runs-on : ubuntu-latest
359
359
container : fedora:37
360
360
defaults :
361
361
run :
@@ -385,7 +385,7 @@ jobs:
385
385
run : scripts/cache_exclude_linux.sh
386
386
387
387
build_linux_dnf_fortran :
388
- runs-on : ubuntu-20.04
388
+ runs-on : ubuntu-latest
389
389
container : fedora:37
390
390
defaults :
391
391
run :
@@ -415,7 +415,7 @@ jobs:
415
415
run : scripts/cache_exclude_linux.sh
416
416
417
417
build_linux_dnf_dpcpp :
418
- runs-on : ubuntu-20.04
418
+ runs-on : ubuntu-latest
419
419
container : fedora:37
420
420
defaults :
421
421
run :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: [push, pull_request]
9
9
10
10
jobs :
11
11
checks :
12
- runs-on : Ubuntu-20.04
12
+ runs-on : Ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 41
41
path : doc/source/${{ github.workflow }}/${{ github.job }}_*
42
42
43
43
linux :
44
- runs-on : ubuntu-20.04
44
+ runs-on : ubuntu-latest
45
45
defaults :
46
46
run :
47
47
shell : bash
61
61
path : doc/source/${{ github.workflow }}/${{ github.job }}_*
62
62
63
63
linux_aitools :
64
- runs-on : ubuntu-20.04
64
+ runs-on : ubuntu-latest
65
65
defaults :
66
66
run :
67
67
shell : bash
79
79
path : doc/source/${{ github.workflow }}/${{ github.job }}*
80
80
81
81
linux_apt :
82
- runs-on : ubuntu-20.04
82
+ runs-on : ubuntu-latest
83
83
defaults :
84
84
run :
85
85
shell : bash
@@ -100,7 +100,7 @@ jobs:
100
100
path : doc/source/${{ github.workflow }}/${{ github.job }}.txt
101
101
102
102
linux_yum_dnf :
103
- runs-on : ubuntu-20.04
103
+ runs-on : ubuntu-latest
104
104
container : fedora:37
105
105
defaults :
106
106
run :
@@ -122,7 +122,7 @@ jobs:
122
122
path : doc/source/${{ github.workflow }}/${{ github.job }}.txt
123
123
124
124
publish :
125
- runs-on : ubuntu-20.04
125
+ runs-on : ubuntu-latest
126
126
permissions :
127
127
pull-requests : write
128
128
pages : write
You can’t perform that action at this time.
0 commit comments