Skip to content

Commit

Permalink
Experiment w/ aarch64 in the github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly authored Jun 20, 2024
1 parent b5d8970 commit 14dc204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
- windows-latest
arch:
- x64
include:
- os: macOS-latest
arch: aarch64
version: 1.6
- os: macOS-latest
arch: aarch64
version: "~1.9.0-0"
- os: macOS-latest
arch: aarch64
version: "nightly"
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 14dc204

Please sign in to comment.