Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
inkydragon and devmotion authored Dec 18, 2024
1 parent a88c00e commit e95593d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,14 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macos-13 # Intel
- macos-latest # Apple silicon
- windows-latest
arch:
- x64
include:
# macos-latest -> Apple Silicon (Need julia >= v1.8)
- os: macos-latest
arch: 'aarch64'
version: 'lts'
exclude:
- os: macos-latest
arch: 'aarch64'
version: '1'
- os: macos-latest
arch: 'aarch64'
version: 'nightly'
version: '1.0'
include:
- os: macos-13 # Intel
version: '1.0'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit e95593d

Please sign in to comment.