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 f6f58ea + 7685282 commit b643839Copy full SHA for b643839
.github/workflows/build-binaries.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- os: [macos-13, macos-14, ubuntu-20.04, ubuntu-22.04-arm, windows-latest]
+ os: [macos-13, macos-14, ubuntu-22.04, ubuntu-22.04-arm, windows-latest]
24
runs-on: ${{ matrix.os }}
25
steps:
26
- name: Setup Python
0 commit comments