Skip to content

Commit

Permalink
exclude arch/os combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 3, 2024
1 parent 601758c commit 22f0c46
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ jobs:
- 'lts'
- '1'
- 'nightly'
julia-arch: [x64, x86, aarch64]
os:
- ubuntu-latest
- windows-latest
- macOS-latest
include:
exclude:
- os: macOS-latest
julia-arch: x86
- os: macOS-latest
julia-arch: x64
- os: ubuntu-latest
julia-version: 'lts'
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: x86
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 22f0c46

Please sign in to comment.