Skip to content

Commit

Permalink
fixup! Test against Apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed May 23, 2024
1 parent fc6f31d commit 5f605d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,20 @@ jobs:
arch: aarch64
- os: windows-latest
arch: aarch64
# Prefer testing against Apple Silicon
- os: macos-14
arch: x64
- version: "1.6"
os: macos-14
arch: aarch64
# Disable Windows tests on Julia 1.6 as it's particularly slow
- version: "1.6"
os: windows-latest
include:
# Apple silicon isn't supported by Julia 1.6
- version: "1.6"
os: macos-latest # Intel
arch: x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 5f605d2

Please sign in to comment.