Skip to content

Commit

Permalink
do not run CI on 1.6 MacOS - latest and run on lts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 19, 2024
1 parent 86f68b1 commit d91a67c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ jobs:
matrix:
version:
- '1.6'
- 'lts'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
exclude:
- version: '1.6'
os: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit d91a67c

Please sign in to comment.