Skip to content

Commit

Permalink
Enable CI testing on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Feb 5, 2024
1 parent 14151e6 commit c7d6bc6
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_legacy
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit c7d6bc6

Please sign in to comment.