Skip to content

Commit

Permalink
add Apple silicon to CI (#760)
Browse files Browse the repository at this point in the history
* add Apple silicon to CI

* remove unused arch
  • Loading branch information
palday committed Mar 25, 2024
1 parent beaaa36 commit c71c3b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
strategy:
matrix:
julia-version: [1]
julia-arch: [x64]
os: [ubuntu-22.04]
# julia-arch: [x64]
os:
- ubuntu-22.04
- macOS-14 # apple silicon!
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit c71c3b6

Please sign in to comment.