Skip to content

Commit 6932e8f

Browse files
authored
Update macOS version in CI workflow from macos-13 to macos-15-intel (#636)
1 parent 0aadf1c commit 6932e8f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/mpi.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
tests_setup:
2828
strategy:
2929
matrix:
30-
platform: [macos-13, macos-14, ubuntu-latest]
30+
platform: [macos-15-intel, macos-14, ubuntu-latest]
3131
mpi: [ 'mpich', 'openmpi', 'intelmpi']
3232
python-version: ["3.10"]
3333
exclude:
3434
# as of time of writing, mpi4py/setup-mpi does not support it
35-
- platform: macos-13
35+
- platform: macos-15-intel
3636
mpi: intelmpi
3737
- platform: macos-14
3838
mpi: intelmpi
@@ -42,13 +42,13 @@ jobs:
4242
mpi: intelmpi
4343

4444
# https://github.com/Homebrew/homebrew-core/issues/26974
45-
- platform: macos-13
45+
- platform: macos-15-intel
4646
mpi: mpich
4747
- platform: macos-14
4848
mpi: mpich
4949

5050
# HDF5_MPI expects arm architecture with python 3.12 on macos
51-
- platform: macos-13
51+
- platform: macos-15-intel
5252
python-version: '3.12'
5353

5454
runs-on: ${{ matrix.platform }}
@@ -101,14 +101,14 @@ jobs:
101101
needs: [tests_setup]
102102
strategy:
103103
matrix:
104-
platform: [macos-13, macos-14, ubuntu-latest]
104+
platform: [macos-15-intel, macos-14, ubuntu-latest]
105105
mpi: [ 'mpich', 'openmpi', 'intelmpi']
106106
python-version: ["3.10"]
107107
disable-jit: [1, 0]
108108
mpi-np: [1, 2, 3]
109109
exclude:
110110
# as of time of writing, mpi4py/setup-mpi does not support it
111-
- platform: macos-13
111+
- platform: macos-15-intel
112112
mpi: intelmpi
113113
- platform: macos-14
114114
mpi: intelmpi
@@ -118,13 +118,13 @@ jobs:
118118
mpi: intelmpi
119119

120120
# https://github.com/Homebrew/homebrew-core/issues/26974
121-
- platform: macos-13
121+
- platform: macos-15-intel
122122
mpi: mpich
123123
- platform: macos-14
124124
mpi: mpich
125125

126126
# HDF5_MPI expects arm architecture with python 3.12 on macos
127-
- platform: macos-13
127+
- platform: macos-15-intel
128128
python-version: '3.12'
129129

130130
fail-fast: false

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
needs: [nojit_and_codecov]
113113
strategy:
114114
matrix:
115-
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
115+
platform: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
116116
python-version: ["3.10", "3.13"]
117117
exclude:
118118
- platform: macos-14
@@ -153,7 +153,7 @@ jobs:
153153
needs: [nojit_and_codecov]
154154
strategy:
155155
matrix:
156-
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
156+
platform: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
157157
python-version: ["3.10", "3.13"]
158158
fail-fast: false
159159
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)