Skip to content

Commit 5c87453

Browse files
committed
.github: bump wheels macos
1 parent 24f863f commit 5c87453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
name: Build MacOS x86_64 wheels
190190
strategy:
191191
matrix:
192-
os: [macos-13]
192+
os: [macos-15-intel]
193193
runs-on: ${{ matrix.os }}
194194
steps:
195195
- name: Checkout repository
@@ -220,7 +220,7 @@ jobs:
220220
name: Build MacOS arm64 wheels
221221
strategy:
222222
matrix:
223-
os: [macos-14]
223+
os: [macos-15]
224224
runs-on: ${{ matrix.os }}
225225
steps:
226226
- name: Checkout repository

0 commit comments

Comments
 (0)