Skip to content

Commit

Permalink
update CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Sep 23, 2024
1 parent 2505292 commit 47e273f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-13 # intel
- macOS-14 # arm
- windows-latest
julia-arch:
Expand All @@ -29,16 +28,12 @@ jobs:
julia-version:
- '1.6'
- '1'
- 'nightly'
- 'pre'
exclude:
- os: ubuntu-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: macOS-13
julia-arch: x86
- os: macOS-13
julia-arch: aarch64
- os: macOS-14
julia-arch: x86
- os: macOS-14
Expand Down

0 comments on commit 47e273f

Please sign in to comment.