Skip to content

Commit

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

* try manually installing libstdc++

* bump project compat to current lts
  • Loading branch information
palday authored Oct 28, 2024
1 parent afe74aa commit 0ef13b3
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 @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
- nightly
- 'nightly'
R:
- 'release'
- '4.0'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Requires = "0.5.2, 1"
StatsModels = "0.6, 0.7"
Weave = "0.10"
WinReg = "0.2, 0.3, 1"
julia = "1.6"
julia = "1.10"

[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down

0 comments on commit 0ef13b3

Please sign in to comment.