We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6636212 commit afd9b72Copy full SHA for afd9b72
.github/workflows/build-native-release.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- os: [macos-15-large, macos-latest, windows-latest]
+ os: [macos-latest, windows-latest]
29
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
30
steps:
31
- uses: actions/checkout@v5
0 commit comments