Skip to content

Commit 98b8802

Browse files
committed
Make: Bump macOS-13 → 15 in CI
1 parent 5434ebf commit 98b8802

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ jobs:
802802
strategy:
803803
fail-fast: false
804804
matrix:
805-
os: [ubuntu-24.04, macos-13, windows-2022]
805+
os: [ubuntu-24.04, macos-15, windows-2022]
806806
python-version: ["38", "39", "310", "311", "312", "313"]
807807
steps:
808808
- uses: actions/checkout@v5

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
build_wheels_stringzilla_macos:
112112
name: Build StringZilla ${{ matrix.python-version }} for macOS
113-
runs-on: macos-13
113+
runs-on: macos-15
114114
needs: versioning
115115
strategy:
116116
fail-fast: false
@@ -137,7 +137,7 @@ jobs:
137137
- name: Upload wheels
138138
uses: actions/upload-artifact@v4
139139
with:
140-
name: cibw-wheels-stringzilla-macos-13-${{ strategy.job-index }}
140+
name: cibw-wheels-stringzilla-macos-15-${{ strategy.job-index }}
141141
path: ./wheelhouse/*.whl
142142
overwrite: true
143143

@@ -211,7 +211,7 @@ jobs:
211211

212212
build_wheels_stringzillas_cpus_macos:
213213
name: Build StringZillas-CPUs ${{ matrix.python-version }} for macOS
214-
runs-on: macos-13
214+
runs-on: macos-15
215215
needs: versioning
216216
strategy:
217217
fail-fast: false
@@ -239,7 +239,7 @@ jobs:
239239
- name: Upload wheels
240240
uses: actions/upload-artifact@v4
241241
with:
242-
name: cibw-wheels-stringzillas-cpus-macos-13-${{ strategy.job-index }}
242+
name: cibw-wheels-stringzillas-cpus-macos-15-${{ strategy.job-index }}
243243
path: ./wheelhouse/*.whl
244244
overwrite: true
245245

0 commit comments

Comments
 (0)