Skip to content

Commit

Permalink
chore: install-juliaup@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jun 10, 2024
1 parent 0011b29 commit 158189d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
channel: ['1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/install-juliaup@v1
- uses: julia-actions/install-juliaup@v2
with:
julia-version: ${{matrix.julia-version}}
channel: ${{matrix.channel}}
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit 158189d

Please sign in to comment.