File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 build_linux-x64-glibc :
9494 runs-on : ubuntu-latest
9595 container :
96- image : rust:buster
96+ image : rust
9797 steps :
9898 - uses : actions/checkout@v3
9999 - uses : dtolnay/rust-toolchain@stable
@@ -116,7 +116,7 @@ jobs:
116116 build_linux-arm64-glibc :
117117 runs-on : ubuntu-latest
118118 container :
119- image : rust:buster
119+ image : rust
120120 steps :
121121 - uses : actions/checkout@v3
122122 - uses : dtolnay/rust-toolchain@stable
@@ -271,7 +271,7 @@ jobs:
271271 test_linux-x64-glibc :
272272 runs-on : ubuntu-latest
273273 container :
274- image : node:16-bullseye
274+ image : node:18-bookworm
275275 needs :
276276 - build_linux-x64-glibc
277277 steps :
@@ -293,7 +293,7 @@ jobs:
293293 test_linux-x64-musl :
294294 runs-on : ubuntu-latest
295295 container :
296- image : node:16 -alpine
296+ image : node:18 -alpine
297297 needs :
298298 - build_linux-x64-musl
299299 steps :
@@ -359,7 +359,7 @@ jobs:
359359 - build_linux-x64-musl
360360 - build_linux-arm64-musl
361361 - build_linux-x64-glibc
362- # - build_linux-arm64-glibc
362+ - build_linux-arm64-glibc
363363 - build_win-x64
364364 - build_darwin-arm64
365365 env :
You can’t perform that action at this time.
0 commit comments