Skip to content

Commit

Permalink
use juliaup for nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 20, 2024
1 parent db72c1b commit c11635d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-julia-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- os: ubuntu-latest
arch: x64
version: nightly
version: alpha
threads: 2
jet: 'false'
- os: ubuntu-latest
Expand All @@ -26,10 +26,9 @@ jobs:
jet: 'true'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/install-juliaup@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
channel: ${{ matrix.version }}~${{ matrix.arch }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit c11635d

Please sign in to comment.