Skip to content

Commit 7ea4cc7

Browse files
committed
Test3: pin macOS runner to macos-15
1 parent 91dc576 commit 7ea4cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-main-only.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
# Not running on windows, see https://github.com/openscm/gcages/issues/36
1515
# os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
16-
os: [ "ubuntu-latest", "macos-15" ]
16+
os: [ "ubuntu-latest", "macos-15-arm64:20250928.2397" ]
1717
# Just test on a sensible version
1818
# Use 3.11 while cicero-scm uses distutils in openscm-runner,
1919
# see https://github.com/openscm/openscm-runner/blob/261bd177b86a708b0080eed245b6511ebb0051bb/src/openscm_runner/adapters/ciceroscm_adapter/ciceroscm_wrapper.py#L10
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
uv-dependency-install-flags: "--all-extras --group tests"
2929
- name: Set DYLD path
30-
if: matrix.os == 'macos-15'
30+
if: matrix.os == 'macos-15-arm64:20250928.2397'
3131
run: |
3232
# # Useful if the path appears to have changed
3333
# find / -name 'libgfortran.5.dylib' 2>/dev/null

0 commit comments

Comments
 (0)