Skip to content

Commit

Permalink
Checking other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jan 5, 2024
1 parent 2e08f15 commit d75e927
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 @@ -19,10 +19,17 @@ jobs:
version:
- '1.9'
os:
- macOS-latest
- windows-latest
- ubuntu-latest
arch:
- x64
- x86
exclude:
- os: macOS-latest
arch: x86
- os: ubuntu-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit d75e927

Please sign in to comment.