Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
- windows-latest
arch:
- x64
- aarch64
exclude:
# macOS-latest is Apple Silicon (arm64), so x64 is not available there.
- os: macOS-latest
arch: x64
# ubuntu-latest and windows-latest runners are x64-only.
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v3
Expand Down
Loading