Skip to content

Commit

Permalink
Update UnitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 22, 2024
1 parent a9c6354 commit 416e250
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.0', '1', 'nightly']
os: [ubuntu-latest]
julia-version: ['1.6', '1']
os: [ubuntu-latest, windows-latest]
arch: [x64]
include:
- os: windows-latest
julia-version: '1'
arch: x64
- os: macOS-latest
julia-version: '1'
arch: x64
arch: aarch64
- os: ubuntu-latest
julia-version: '1'
arch: x86
Expand Down

0 comments on commit 416e250

Please sign in to comment.