We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7184c7 commit fcff727Copy full SHA for fcff727
.github/workflows/wheels.yml
@@ -86,8 +86,8 @@ jobs:
86
runs-on: ${{ matrix.os }}
87
strategy:
88
matrix:
89
- # macos-13 is an intel runner, macos-14 is apple silicon
90
- os: [macos-13, macos-14]
+ # macos-15-intel is an intel runner, macos-14 is apple silicon
+ os: [macos-15-intel, macos-14, macos-15]
91
steps:
92
- uses: actions/checkout@v5
93
if: ${{ github.event_name != 'repository_dispatch' }}
0 commit comments