File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 # branches: [ main ]
1212
1313env :
14- # First version including a macOS arm64 distribution
15- GAMS_VERSION : 43.4 .1
14+ # Oldest version that can reliably be downloaded
15+ GAMS_VERSION : 48.6 .1
1616
1717jobs :
1818 conda :
Original file line number Diff line number Diff line change 2121 depth : 100 # See description in pytest.yaml
2222 # Version used until 2024-11-20; disabled
2323 # gams-version: 29.1.0
24- # First version including a macOS arm64 distribution
25- gams-version : 43.4 .1
24+ # Oldest version that can reliably be downloaded
25+ gams-version : 48.6 .1
2626 os : ubuntu-latest
2727 python-version : " 3.13"
2828
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defaults:
2121 shell : bash
2222
2323env :
24- GAMS_VERSION : 48.6.1 # Oldest version of GAMS that one can download
24+ GAMS_VERSION : 48.6.1 # Oldest version of GAMS that can reliably be downloaded
2525 depth : 100 # Must be large enough to include the most recent release
2626 label : " safe to test" # Label that must be applied to run on PRs from forks
2727 python-version : " 3.13" # For non-matrixed jobs
You can’t perform that action at this time.
0 commit comments