Skip to content

Commit

Permalink
run ci tests with 32bit julia and 1.10 on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Jan 11, 2024
1 parent 6f7cc5f commit 8cd9f87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:
strategy:
matrix:
julia-version: ['1.9', '1.10']
julia-arch: [x64]
julia-arch: [x64, x86]
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- os: macOS-latest
julia-arch: x86
- os: macOS-latest
julia-version: '1.10'
- os: ubuntu-latest
julia-version: '1.10'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8cd9f87

Please sign in to comment.