Skip to content

Commit

Permalink
test on macos as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jan 12, 2025
1 parent 87a4c61 commit 5ef125e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
# - macOS-latest
- macOS-latest
- windows-latest
arch:
- x64
exclude:
- github-runner: macos-latest # Apple Silicon
julia-version: '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
arch: 'default'
show-versioninfo: true
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 5ef125e

Please sign in to comment.