Skip to content

Commit 8536cca

Browse files
authored
Merge pull request #202 from static-frame/201/macos-gha
Update MacOS GHA runners
2 parents 33cbf36 + ad98241 commit 8536cca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- id: step
3636
run: |
3737
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
38-
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
38+
echo 'matrix_os=["macos-15-xlarge", "macos-15-intel", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
3939
else
40-
echo 'matrix_os=["macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
40+
echo 'matrix_os=["macos-15-intel", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
4141
fi
4242
4343
wheels:
@@ -67,7 +67,7 @@ jobs:
6767
if: startsWith(matrix.os, 'windows-')
6868

6969
- uses: pypa/cibuildwheel@v3.2.0
70-
if: matrix.os != 'macos-13-xlarge'
70+
if: matrix.os != 'macos-15-xlarge'
7171
with:
7272
output-dir: dist
7373
env:
@@ -79,9 +79,9 @@ jobs:
7979
CIBW_ENABLE: ${{ matrix.python.ft == '1' && 'cpython-freethreading' || '' }}
8080

8181
- run: pip install pipx
82-
if: matrix.os == 'macos-13-xlarge'
82+
if: matrix.os == 'macos-15-xlarge'
8383
- uses: pypa/cibuildwheel@v3.2.0
84-
if: matrix.os == 'macos-13-xlarge'
84+
if: matrix.os == 'macos-15-xlarge'
8585
with:
8686
output-dir: dist
8787
env:

0 commit comments

Comments
 (0)