Skip to content

Commit

Permalink
Test 32-bit systems and exclude macos 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 19, 2022
1 parent 9fc002e commit 0a988ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- windows-latest
julia-arch:
- x64
- x86
exclude:
- os: macos-latest
julia-arch: x86

steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 0a988ec

Please sign in to comment.