File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
- shell : julia --project=. --color=yes {0}
25
25
run : |
26
26
import Pkg
27
- Pkg.add(; name = "Gurobi_jll", version = "12.0.0 ")
27
+ Pkg.add(; name = "Gurobi_jll", version = "12.0.1 ")
28
28
- uses : julia-actions/julia-buildpkg@v1
29
29
- shell : julia --color=yes {0}
30
30
run : |
Original file line number Diff line number Diff line change @@ -19,27 +19,27 @@ jobs:
19
19
os : [ubuntu-latest, macOS-latest, windows-latest]
20
20
arch : [x64]
21
21
# v9.5.2 does not support the web license service
22
- jll_version : ['10.0.3', '11.0.1', '12.0.0 ']
22
+ jll_version : ['10.0.3', '11.0.1', '12.0.1 ']
23
23
include :
24
24
- version : ' 1'
25
25
os : macos-14
26
26
arch : aarch64
27
- jll_version : ' 11 .0.1'
27
+ jll_version : ' 12 .0.1'
28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- uses : julia-actions/setup-julia@v2
31
31
with :
32
32
version : ${{ matrix.version }}
33
33
arch : ${{ matrix.arch }}
34
34
- uses : julia-actions/cache@v2
35
- - name : Install Gurobi license
35
+ - shell : bash
36
36
run : echo "${{ secrets.GUROBI_LICENSE }}" > ~/gurobi.lic
37
37
- shell : julia --project=. --color=yes {0}
38
+ env :
39
+ GUROBI_JLL_VERSION : ${{ matrix.jll_version }}
38
40
run : |
39
41
import Pkg
40
42
Pkg.add(; name = "Gurobi_jll", version = ENV["GUROBI_JLL_VERSION"])
41
- env :
42
- GUROBI_JLL_VERSION : ${{ matrix.jll_version }}
43
43
- uses : julia-actions/julia-buildpkg@v1
44
44
- uses : julia-actions/julia-runtest@v1
45
45
- uses : julia-actions/julia-processcoverage@v1
You can’t perform that action at this time.
0 commit comments