Skip to content

Commit

Permalink
Merge pull request #1 from jkrimmer/arm64_ci
Browse files Browse the repository at this point in the history
Add CI for arm64 Mac
  • Loading branch information
jkrimmer authored Aug 23, 2024
2 parents c0c4286 + 3c8056e commit 00dbe67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- windows-latest
arch:
- x64
include:
- os: macOS-latest
arch: arm64
version: '1.10'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 00dbe67

Please sign in to comment.