File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 - uses : mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # v2.0.5
162162 if : ${{ contains(matrix.settings.target, 'musl') }}
163163 with :
164- version : 0.14.1
164+ version : 0.15.2
165165 - name : Install cargo-zigbuild
166166 uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
167167 if : ${{ contains(matrix.settings.target, 'musl') }}
@@ -331,7 +331,7 @@ jobs:
331331 - " 22"
332332 # Node.js on qemu segfaults on s390x and arm64v8 when using 24.04
333333 # See also https://github.com/actions/runner-images/issues/11471
334- runs-on : ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-22 .04' }}
334+ runs-on : ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-24 .04' }}
335335 steps :
336336 - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
337337 - name : setup pnpm
You can’t perform that action at this time.
0 commit comments