Skip to content

Commit

Permalink
Merge pull request #247 from robotpy/ci-arm
Browse files Browse the repository at this point in the history
ci: Test on native ARM64
  • Loading branch information
virtuald authored Jan 18, 2025
2 parents 4b78303 + 288f732 commit c3c3a28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ jobs:
architecture: x86
- os: ubuntu-22.04
architecture: x86
include:
- os: macos-14
python_version: 3.9
architecture: arm64
- os: ubuntu-22.04-arm
python_version: 3.11
architecture: arm64

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c3c3a28

Please sign in to comment.