Skip to content

Commit 99514bf

Browse files
committed
Bump GAMS CI version to latest available
1 parent 100062d commit 99514bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/conda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
# branches: [ main ]
1212

1313
env:
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

1717
jobs:
1818
conda:

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ env:
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

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
shell: bash
2222

2323
env:
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

0 commit comments

Comments
 (0)