Skip to content

Commit

Permalink
ci: Run CI on arm runners as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 16, 2025
1 parent c24a632 commit 6b42761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
os: ubuntu-latest
cross: true
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
cross: true
os: ubuntu-24.04-arm
cross: false
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
cross: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- windows-latest
- macos-latest
- macos-13
Expand Down

0 comments on commit 6b42761

Please sign in to comment.