Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Aug 12, 2024
1 parent 12e707d commit ddd2df8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1.3"
- "1"
- "nightly"
- 'lts'
- '1'
os:
- ubuntu-latest
- macos-latest
- windows-latest
julia-arch:
- x64
- x86
# 32-bit Julia binaries are not available on macOS
exclude:
include:
- os: macOS-latest
julia-arch: x86
julia-arch: aarch64

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

0 comments on commit ddd2df8

Please sign in to comment.