Skip to content

Commit aa900bf

Browse files
committed
ci: go back to emulating linux arm64
These runners segfault when running basic rustc commands, we're not using these till GH gets it together.
1 parent cda634a commit aa900bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# When adding a new `target`:
3737
# 1. Define a new platform alias above
3838
# 2. Add a new record to the matrix map in `cli/npm/install.js`
39-
- { platform: linux-arm64 , target: aarch64-unknown-linux-gnu , os: ubuntu-24.04-arm , features: wasm }
39+
- { platform: linux-arm64 , target: aarch64-unknown-linux-gnu , os: ubuntu-latest , use-cross: true }
4040
- { platform: linux-arm , target: arm-unknown-linux-gnueabi , os: ubuntu-latest , use-cross: true }
4141
- { platform: linux-x64 , target: x86_64-unknown-linux-gnu , os: ubuntu-latest , features: wasm }
4242
- { platform: linux-x86 , target: i686-unknown-linux-gnu , os: ubuntu-latest , use-cross: true }

0 commit comments

Comments
 (0)