Skip to content

Commit

Permalink
add Apple silicon to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Mar 25, 2024
1 parent e7cd789 commit aa343e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
matrix:
julia-version: [1]
julia-arch: [x64]
os: [ubuntu-22.04]
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 aa343e4

Please sign in to comment.