Skip to content

Commit

Permalink
CI: Add Apple Silicon (macOS aarch64) to the CI matrix (#3793)
Browse files Browse the repository at this point in the history
* add aarch64 macos CI

* fix

* relax tag

* tryfix

* try again
  • Loading branch information
IanButterworth authored and KristofferC committed Jul 5, 2024
1 parent b77eb18 commit a58d1df
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,31 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13 # intel
- macOS-14 # arm
- windows-latest
julia-arch:
- 'x64'
- 'x86'
- 'aarch64'
pkg-server:
- ""
- "pkg.julialang.org"
julia-version:
# - '1.6'
- 'nightly'
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-14
julia-arch: x86
- os: macOS-14
julia-arch: x64
steps:
- name: Set git to use LF and fix TEMP on windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit a58d1df

Please sign in to comment.