Skip to content

Commit 52edebb

Browse files
ldv-altsolardiz
authored andcommitted
github: switch most of ubuntu-20.04 jobs to ubuntu-latest
gcc8, clang8, and clang9 jobs remain on ubuntu-20.04 because ubuntu-latest doesn't provide these compilers.
1 parent 3ff466b commit 52edebb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ci/run-build-and-tests.sh
4040

4141
gcc11-x86_64:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-latest
4343
env:
4444
CC: gcc-11
4545
TARGET: x86_64
@@ -53,7 +53,7 @@ jobs:
5353
run: ci/run-build-and-tests.sh
5454

5555
gcc10-x86_64:
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-latest
5757
env:
5858
CC: gcc-10
5959
TARGET: x86_64
@@ -67,7 +67,7 @@ jobs:
6767
run: ci/run-build-and-tests.sh
6868

6969
gcc9-x86_64:
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-latest
7171
env:
7272
CC: gcc
7373
TARGET: x86_64
@@ -137,7 +137,7 @@ jobs:
137137
run: ci/run-build-and-tests.sh
138138

139139
clang12-x86_64:
140-
runs-on: ubuntu-20.04
140+
runs-on: ubuntu-latest
141141
env:
142142
CC: clang-12
143143
TARGET: x86_64
@@ -151,7 +151,7 @@ jobs:
151151
run: ci/run-build-and-tests.sh
152152

153153
clang11-x86_64:
154-
runs-on: ubuntu-20.04
154+
runs-on: ubuntu-latest
155155
env:
156156
CC: clang-11
157157
TARGET: x86_64
@@ -165,7 +165,7 @@ jobs:
165165
run: ci/run-build-and-tests.sh
166166

167167
clang10-x86_64:
168-
runs-on: ubuntu-20.04
168+
runs-on: ubuntu-latest
169169
env:
170170
CC: clang
171171
TARGET: x86_64

0 commit comments

Comments
 (0)