Skip to content

Commit e9fab52

Browse files
committed
Use most recent osx
1 parent 2c34982 commit e9fab52

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

.github/workflows/run-tests-monitor.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,25 @@ defaults:
1818

1919
jobs:
2020
linux:
21-
runs-on: "ubuntu-latest"
21+
runs-on: ${{ matrix.os }}
2222
if: github.repository == 'ESMValGroup/ESMValCore' # avoid GAs in forks
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-latest]
27-
environment: [test-py312, test-py313, test-py314]
26+
os:
27+
- ubuntu-latest
28+
- macos-26
29+
environment:
30+
- test-py312
31+
- test-py313
32+
- test-py314
2833
name: ${{ matrix.os }} ${{ matrix.environment }}
2934
steps:
3035
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3136
with:
3237
fetch-depth: 0
3338
persist-credentials: false
34-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.5
39+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.5
3540
with:
3641
frozen: true
3742
environments: ${{ matrix.environment }}

.github/workflows/run-tests.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,21 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-latest]
27-
environment: [test-py312, test-py313, test-py314, test-r]
26+
os:
27+
- ubuntu-latest
28+
- macos-26
29+
environment:
30+
- test-py312
31+
- test-py313
32+
- test-py314
33+
- test-r
2834
name: ${{ matrix.os }} ${{ matrix.environment }}
2935
steps:
3036
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3137
with:
3238
fetch-depth: 0
3339
persist-credentials: false
34-
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.5
40+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.5
3541
with:
3642
frozen: true
3743
environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)