Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Sep 20, 2024
1 parent 9a69c27 commit 7357aaa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ jobs:
- 'pre'
os:
- ubuntu-latest
- windows-latest
arch:
- x64
include:
- os: macOS-14
arch: aarch64
version: '1'
- os: ubuntu-latest
arch: x86
version: '1'
- os: windows-latest
arch: x64
version: '1'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 7357aaa

Please sign in to comment.