Skip to content

Commit

Permalink
Test on macOS ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 5, 2024
1 parent 74bb898 commit c863f05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1.10"
- "nightly"
os:
- macos-13
- ubuntu-latest
- macos-14
arch:
- x64
- aarch64
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -63,5 +60,7 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DCMAKE_BUILD_TYPE=Debug ..
VERBOSE=ON cmake --build . --config Debug --target install
cd ../..
- name: Override JLL
run: julia --project -e 'using Pkg; Pkg.add(url="https://github.com/barche/libcxxwrap_julia_jll.jl.git")'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

0 comments on commit c863f05

Please sign in to comment.