Skip to content

Commit

Permalink
will deal with macOS setup later
Browse files Browse the repository at this point in the history
  • Loading branch information
knstmrd committed Dec 19, 2024
1 parent 08f03fa commit 6fd9acb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
matrix:
julia-version: ['lts', '1', 'pre']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86
os: [ubuntu-latest, windows-latest] # , macOS-latest
# exclude:
# - os: macOS-latest
# julia-arch: x86

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6fd9acb

Please sign in to comment.