Skip to content

Commit

Permalink
test...
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Apr 15, 2024
1 parent 2c1c477 commit dd0566c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,18 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
julia-version:
- 'lts'
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'alpha'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/install-juliaup@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
julia-version: ${{ matrix.julia-version }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit dd0566c

Please sign in to comment.