Skip to content

Commit

Permalink
Enable CI testing on Apple Silicon (trixi-framework#1830)
Browse files Browse the repository at this point in the history
* Enable CI testing on Apple Silicon

* Use `threaded` instead of `threaded_legacy`
  • Loading branch information
sloede authored Feb 7, 2024
1 parent 4fb8160 commit 3e6872b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
os: windows-latest
arch: x64
trixi_test: threaded
- version: '1.9'
os: macos-14
arch: arm64
trixi_test: threaded
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 3e6872b

Please sign in to comment.