Skip to content

Commit

Permalink
Test on win-arm and ubuntu24-arm too
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 23, 2024
1 parent 9c7c2f0 commit 289cf60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
- name: osx_14-aarch64
os: macos-14
TARGET_CPU: apple-m1

- name: ubuntu_24-arm64
os: ubuntu-24-arm-32gb
TARGET_CPU: generic

- name: win-arm64
os: windows-11-arm-32gb
TARGET_CPU: generic

runs-on: ${{matrix.os}}
steps:
- run: rustup show
Expand Down

0 comments on commit 289cf60

Please sign in to comment.