We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03093cb commit c21e0deCopy full SHA for c21e0de
.github/workflows/MINLP.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
version: ['lts', '1']
19
- os: [ubuntu-latest, macOS-latest]
+ os: [ubuntu-latest, macOS-latest, windows-latest]
20
arch: [x64]
21
steps:
22
- uses: actions/checkout@v4
Project.toml
@@ -14,7 +14,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce"
14
MathOptInterface = "1.32"
15
OpenBLAS32_jll = "0.3"
SCIP_PaPILO_jll = "900"
-SCIP_jll = "900"
+SCIP_jll = "900.200.100"
julia = "1.10"
[extras]
0 commit comments