Skip to content

Commit

Permalink
Merge pull request #54 from JuliaFolds2/CI_updates
Browse files Browse the repository at this point in the history
Do not CI run 1.6 on MacOS-latest
  • Loading branch information
lmiq authored Nov 19, 2024
2 parents 890c033 + 905b98a commit 2a607a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
exclude:
- version: '1.6'
os: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 2a607a5

Please sign in to comment.