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 51610e0 commit 091d7e5Copy full SHA for 091d7e5
.github/workflows/wheels.yml
@@ -96,8 +96,10 @@ jobs:
96
runs-on: ${{ matrix.os }}
97
strategy:
98
matrix:
99
- # macos-13 is an intel runner, macos-14+ is apple silicon
100
- os: [macos-13, macos-latest]
+ # macos-15-intel will be EOL in August 2027,
+ # https://github.com/actions/runner-images/issues/13045
101
+ # macos-14+ is apple silicon
102
+ os: [macos-15-intel, macos-latest]
103
steps:
104
- uses: actions/checkout@v5
105
if: ${{ github.event_name != 'repository_dispatch' }}
0 commit comments