Skip to content

Commit

Permalink
Update ci.yml (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Aug 12, 2024
1 parent 474292d commit 0dd8d45
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,16 @@ jobs:
- ubuntu-latest
- windows-latest
- macOS-13 # intel
- macOS-14 # arm
julia-arch:
- x64
- x86
- aarch64
exclude:
- os: ubuntu-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: macOS-13
julia-arch: x86
- os: macOS-13
include:
- os: macOS-latest
julia-arch: aarch64
- os: macOS-14
julia-arch: x86
- os: macOS-14
julia-arch: x64

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 0dd8d45

Please sign in to comment.