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 ab088f0
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: aarch64
julia-version: 'lts'
- os: macOS-latest
julia-arch: aarch64
julia-version: '1'

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

0 comments on commit ab088f0

Please sign in to comment.