Skip to content

Commit

Permalink
try again exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 2, 2024
1 parent 248bef3 commit 234f57b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
arch: [x64]
test_set: ["estimation", "higher_order_estimation", "higher_order", "plots", "basic"]
exclude:
- version: ['1.8']
os: [macOS-latest, windows-latest]
- version: ['1.9']
os: [macOS-latest, windows-latest]
- version: ['1.10']
os: [macOS-latest, windows-latest]
- version: '1.8'
os: macOS-latest
- version: '1.8'
os: windows-latest
- version: '1.9'
os: macOS-latest
- version: '1.9'
os: windows-latest
- version: '1.10'
os: macOS-latest
- version: '1.10'
os: windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 234f57b

Please sign in to comment.