File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 cancel-previous-runs :
16- runs-on : ubuntu-22.04
16+ runs-on : ubuntu-latest
1717 steps :
1818 - name : Cancel Previous Runs
19192020 with :
2121 access_token : ${{ github.token }}
2222
2323 build_linux-x64-musl :
24- runs-on : ubuntu-22.04
24+ runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v3
2727 - uses : dtolnay/rust-toolchain@stable
5656 if-no-files-found : error
5757
5858 build_linux-arm64-musl :
59- runs-on : ubuntu-22.04
59+ runs-on : ubuntu-latest
6060 steps :
6161 - uses : actions/checkout@v3
6262 - uses : dtolnay/rust-toolchain@stable
9191 if-no-files-found : error
9292
9393 build_linux-x64-glibc :
94- runs-on : ubuntu-22.04
94+ runs-on : ubuntu-latest
9595 container :
9696 image : rust:buster
9797 steps :
@@ -114,7 +114,7 @@ jobs:
114114 if-no-files-found : error
115115
116116 build_linux-arm64-glibc :
117- runs-on : ubuntu-22.04
117+ runs-on : ubuntu-latest
118118 container :
119119 image : rust:buster
120120 steps :
@@ -217,7 +217,7 @@ jobs:
217217 if-no-files-found : error
218218
219219 test_linux-arm64-glibc :
220- runs-on : ubuntu-22.04
220+ runs-on : ubuntu-latest
221221 needs :
222222 - build_linux-arm64-glibc
223223 steps :
@@ -244,7 +244,7 @@ jobs:
244244 npm run test:js
245245
246246 test_linux-arm64-musl :
247- runs-on : ubuntu-22.04
247+ runs-on : ubuntu-latest
248248 needs :
249249 - build_linux-arm64-musl
250250 steps :
@@ -269,7 +269,7 @@ jobs:
269269 npm run test:js
270270
271271 test_linux-x64-glibc :
272- runs-on : ubuntu-22.04
272+ runs-on : ubuntu-latest
273273 container :
274274 image : node:16-bullseye
275275 needs :
@@ -291,7 +291,7 @@ jobs:
291291 run : npm i && npm test
292292
293293 test_linux-x64-musl :
294- runs-on : ubuntu-22.04
294+ runs-on : ubuntu-latest
295295 container :
296296 image : node:16-alpine
297297 needs :
@@ -354,7 +354,7 @@ jobs:
354354 run : npm i && npm test
355355
356356 npm-package :
357- runs-on : ubuntu-22.04
357+ runs-on : ubuntu-latest
358358 needs :
359359 - build_linux-x64-musl
360360 - build_linux-arm64-musl
You can’t perform that action at this time.
0 commit comments