Skip to content
Draft
Changes from 2 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
11 changes: 10 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,19 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to dump the arch and just use OS with their (good) defaults.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah good point, I forgot you could just rely on the default

include:
- os: macOS-latest
arch: aarch64
version: 'lts'
- os: macOS-latest
arch: aarch64
version: '1'
- os: macOS-latest
arch: aarch64
version: 'nightly'
steps:
- uses: actions/checkout@v7
- uses: julia-actions/setup-julia@v3
Expand Down
Loading