Skip to content

Commit 2b50893

Browse files
authored
ci(test): run arm64 tests on macos
1 parent d79486a commit 2b50893

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
fail-fast: false
146146
matrix:
147147
node-version: [20, 22, 24]
148-
runs-on: ubuntu-24.04
148+
runs-on: macos-latest
149149
steps:
150150
- uses: actions/checkout@v6
151151
- name: Setup Node.js ${{matrix.node-version}} environment
@@ -164,15 +164,15 @@ jobs:
164164
targets: aarch64-unknown-linux-gnu
165165
- name: Rust Cache
166166
uses: Swatinem/rust-cache@v2.7.3
167-
- name: Install cross compile toolchain
168-
run: |
169-
sudo apt-get update
170-
sudo apt-get install gcc-multilib -y
171-
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu -y
172-
- name: Set linker
173-
run: |
174-
mkdir .cargo
175-
printf '[target.aarch64-unknown-linux-gnu]\nlinker = "aarch64-linux-gnu-gcc"\n' >> .cargo/config
167+
#- name: Install cross compile toolchain
168+
# run: |
169+
# sudo apt-get update
170+
# sudo apt-get install gcc-multilib -y
171+
# sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu -y
172+
#- name: Set linker
173+
# run: |
174+
# mkdir .cargo
175+
# printf '[target.aarch64-unknown-linux-gnu]\nlinker = "aarch64-linux-gnu-gcc"\n' >> .cargo/config
176176
- name: Install
177177
run: npm ci
178178
- name: Build

0 commit comments

Comments
 (0)