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.
2 parents ef8b37c + 89ac80d commit 19ed0d6Copy full SHA for 19ed0d6
.github/workflows/build-binaries.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [macos-12, macos-14, ubuntu-20.04, windows-latest]
+ os: [macos-13, macos-14, ubuntu-20.04, windows-latest]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Setup Python
0 commit comments