Skip to content

Commit fcff727

Browse files
committed
gh-actions: drop macos-13, add macos-15{,-linux}
1 parent d7184c7 commit fcff727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
runs-on: ${{ matrix.os }}
8787
strategy:
8888
matrix:
89-
# macos-13 is an intel runner, macos-14 is apple silicon
90-
os: [macos-13, macos-14]
89+
# macos-15-intel is an intel runner, macos-14 is apple silicon
90+
os: [macos-15-intel, macos-14, macos-15]
9191
steps:
9292
- uses: actions/checkout@v5
9393
if: ${{ github.event_name != 'repository_dispatch' }}

0 commit comments

Comments
 (0)