Skip to content

Commit

Permalink
Merge pull request #323 from JuliaStats/dependabot/github_actions/jul…
Browse files Browse the repository at this point in the history
…ia-actions/setup-julia-2
  • Loading branch information
andreasnoack authored Oct 2, 2024
2 parents 66c54a6 + f7e6725 commit 6619781
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 @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- 'min'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -24,7 +24,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 6619781

Please sign in to comment.