Skip to content

Commit

Permalink
add aarch64 macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 13, 2024
1 parent 3075fb7 commit 11b31d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13 # intel
- macOS-14 # arm
- windows-latest
julia-arch:
- 'x64'
Expand All @@ -38,7 +39,7 @@ jobs:
# - '1.6'
- 'nightly'
exclude:
- os: macOS-latest
- os: macOS-*
julia-arch: x86
steps:
- name: Set git to use LF and fix TEMP on windows
Expand All @@ -50,7 +51,7 @@ jobs:
echo "TMP=${USERPROFILE}\AppData\Local\Temp" >> ${GITHUB_ENV}
echo "TEMP=${USERPROFILE}\AppData\Local\Temp" >> ${GITHUB_ENV}
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v1.9.6 # relax once other tags are updated
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
Expand Down

0 comments on commit 11b31d2

Please sign in to comment.