Skip to content

Commit 68c7089

Browse files
committed
workaround
1 parent f3ddaad commit 68c7089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)