Skip to content

Commit

Permalink
Merge pull request #25 from pthariensflame/patch-2
Browse files Browse the repository at this point in the history
Add AArch64 macOS CI
  • Loading branch information
sunoru authored Apr 29, 2024
2 parents a2d8e43 + 0503ec4 commit c8ba9d5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,22 @@ jobs:
strategy:
matrix:
julia-version: ["1.8", "1.10", nightly]
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
julia-arch: [x64, x86, aarch64]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
exclude:
- os: macOS-latest
- os: ubuntu-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: macos-13
julia-arch: x86
- os: macos-13
julia-arch: aarch64
- os: macos-latest
julia-arch: x86
- os: macos-latest
julia-arch: aarch64
julia-version: 1.8

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

0 comments on commit c8ba9d5

Please sign in to comment.