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 ef8b37c commit 89ac80dCopy full SHA for 89ac80d
.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