File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments