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 2997108 commit e572574Copy full SHA for e572574
1 file changed
.github/workflows/build_all.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
+ os: [ubuntu-22.04, macos-15-intel, macos-14, windows-2022]
20
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
21
exclude:
22
- os: macos-14
0 commit comments