We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a0b09 commit a5efcd9Copy full SHA for a5efcd9
1 file changed
.github/workflows/build-wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [ubuntu-latest, windows-latest, macos-13, macos-14]
+ os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
20
21
steps:
22
- name: Checkout code
0 commit comments