Skip to content

Commit

Permalink
NEW: update GH CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Nov 13, 2024
1 parent f964f00 commit f1558a0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,16 @@ jobs:
version:
- "1.10" # LTS
- "1" # Current stable release
# - '~1.12.0-0'
- "nightly"
# Trying to get aarch64 to work
os:
# - ubuntu-latest
- ubuntu-latest
- macOS-latest
# - windows-latest
- windows-latest
arch:
- x64
- aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit f1558a0

Please sign in to comment.