We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d63aff commit 5ff9caaCopy full SHA for 5ff9caa
.github/workflows/wheels-macos.yml
@@ -16,7 +16,7 @@ env:
16
jobs:
17
build:
18
name: ${{ matrix.python }} ${{ matrix.platform }}
19
- runs-on: "macos-latest"
+ runs-on: "macos-13"
20
strategy:
21
fail-fast: false
22
matrix:
0 commit comments