Skip to content

Commit

Permalink
Use Linux arm64 hosted runners provided by GitHub Actions instead of …
Browse files Browse the repository at this point in the history
…cross building for CI
  • Loading branch information
Evian-Zhang committed Jan 16, 2025
1 parent 4fa6d52 commit f7c7aa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
target: [
x86_64-unknown-linux-gnu,
x86_64-unknown-linux-musl,
aarch64-unknown-linux-gnu,
aarch64-apple-darwin,
x86_64-pc-windows-msvc,
i686-pc-windows-msvc,
Expand All @@ -27,6 +28,8 @@ jobs:
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-24.04-arm
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
Expand All @@ -49,7 +52,6 @@ jobs:
matrix:
target: [
i686-unknown-linux-gnu,
aarch64-unknown-linux-gnu,
riscv64gc-unknown-linux-gnu,
loongarch64-unknown-linux-gnu,
]
Expand Down

0 comments on commit f7c7aa8

Please sign in to comment.