Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 9, 2024
1 parent 98f81b5 commit 35c6158
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1', '^1.10.0-rc1', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
arch: [x64, x86]
exclude:
julia-version: ['1', 'lts']
os: [ubuntu-latest, windows-latest]
arch: [x64]
include:
- os: macOS-latest
arch: x86
arch: aarch64
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 35c6158

Please sign in to comment.