Skip to content

Commit

Permalink
use new 'min' option in julia setup (#77)
Browse files Browse the repository at this point in the history
* use new 'min' option in julia setup

* Update ci.yml

* Update documenter.yml
  • Loading branch information
palday authored Sep 3, 2024
1 parent 7771901 commit 0458a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
- '1'
- '1.6'
- 'min'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:
# - x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: 1
- name: Cache
Expand Down

0 comments on commit 0458a01

Please sign in to comment.