Skip to content

Commit

Permalink
Expand CI workflows to check behaviour with x86
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jan 5, 2024
1 parent e483655 commit e917a05
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 @@ -17,11 +17,16 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- '1.9'
- 'nightly'
os:
- macOS-latest
- windows-latest
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit e917a05

Please sign in to comment.