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 bdff917 commit bbb533fCopy full SHA for bbb533f
1 file changed
.github/workflows/pre-release-python-bridge.yml
@@ -15,7 +15,9 @@ jobs:
15
matrix:
16
# @see https://github.com/actions/runner-images/tree/main/images/macos
17
# Use macos-12 instead of macos-latest because the latter use ARM64 (M1) architecture
18
- os: [ubuntu-20.04, macos-12, windows-latest]
+ os: [ubuntu-20.04, macos-12]
19
+ # Temporarily disable Windows release
20
+ # os: [ubuntu-20.04, macos-12, windows-latest]
21
22
runs-on: ${{ matrix.os }}
23
0 commit comments