Skip to content

Commit

Permalink
Add Apple Silicon to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 22, 2024
1 parent 3cb957d commit 85a15b1
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,33 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1"
- '1.6' # Oldest version supported by this package
- '1' # Current stable version
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macOS-13 # intel
- macOS-14 # arm
arch:
- x64
- x86
- aarch64
exclude:
- os: macos-latest
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-13
arch: x86
steps:
- os: macOS-13
arch: aarch64
- os: macOS-14
arch: x86
- os: macOS-14
arch: x64
- os: macOS-14
arch: aarch64
version: '1.6' steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 85a15b1

Please sign in to comment.