Skip to content

Commit

Permalink
add some explicit aarch64 macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 18, 2024
1 parent 59f78c1 commit e212682
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/example-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
exclude:
- os: macOS-latest
julia-arch: x86
include:
- os: macOS-latest
julia-arch: arch64
julia-version: 'lts'
- os: macOS-latest
julia-arch: arch64
julia-version: '1'

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

0 comments on commit e212682

Please sign in to comment.