Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Oct 22, 2024
1 parent 18c1d7a commit 239d8fd
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,20 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10' # LTS
- '1.11'
- "1.10" # LTS
- "1.11"
os:
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: macOS-latest
arch: arm64
version: '1.10' # LTS
include:
- os: macOS-latest
arch: arm64
version: '1.11'
include:
exclude:
# Test 32-bit only on Linux
- os: macOS-latest
arch: aarch64
version: '1.10' # LTS
arch: x64
include:
- os: macOS-latest
arch: aarch64
version: '1.11'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 239d8fd

Please sign in to comment.