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 e3bc305 commit 3c87f41
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,28 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1.6"
- "1"
- "nightly"
- 'lts'
- '1'
os:
- ubuntu-latest
- macos-latest
- windows-latest
julia-arch:
- x64
- x86
include:
- os: ubuntu-latest
prefix: xvfb-run
# 32-bit Julia binaries are not available on macOS/windows
exclude:
- os: macOS-latest
julia-arch: x86
- os: windows-latest
julia-arch: x86
julia-arch: aarch64
julia-version: '1'

steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- name: Cache artifacts
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit 3c87f41

Please sign in to comment.