Skip to content

Commit

Permalink
add x86 and aarch64 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Apr 4, 2024
1 parent 69abbdf commit f26655e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- windows-latest
arch:
- x64
include:
- os: ubuntu-latest
version: '1'
arch: x86
- os: macOS-14
version: '1'
arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit f26655e

Please sign in to comment.