Skip to content

Commit

Permalink
excluding 1.4 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vdayanand committed May 4, 2024
1 parent 68b3610 commit fcb7966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- '1.10'
# - 'nightly'
arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-13
- os: macos-latest
arch: x86
- julia-version: 1.4
steps:
Expand Down

0 comments on commit fcb7966

Please sign in to comment.