Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Jun 25, 2024
1 parent 33ebdf0 commit f6c5b4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,16 @@ jobs:
- windows-latest
arch:
- x64
- x86
use_miniforge: [yes, no]
include:
- os: macOS-latest
arch: aarch64
exclude:
- os: ubuntu-latest
arch: x86
use_miniforge: no
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit f6c5b4d

Please sign in to comment.