Skip to content

Commit

Permalink
Merge pull request #85 from JuliaStats/vs/ci
Browse files Browse the repository at this point in the history
Add Mac aarch64 to CI
  • Loading branch information
ViralBShah committed May 19, 2024
2 parents d307acf + 1509b03 commit ff6cf1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
- '1'
os:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
- x86
include:
- os: macOS-14
arch: aarch64
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit ff6cf1c

Please sign in to comment.