Skip to content

Commit bbb533f

Browse files
committed
ci(bridge/python): tmp disable Windows build
1 parent bdff917 commit bbb533f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pre-release-python-bridge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
matrix:
1616
# @see https://github.com/actions/runner-images/tree/main/images/macos
1717
# Use macos-12 instead of macos-latest because the latter use ARM64 (M1) architecture
18-
os: [ubuntu-20.04, macos-12, windows-latest]
18+
os: [ubuntu-20.04, macos-12]
19+
# Temporarily disable Windows release
20+
# os: [ubuntu-20.04, macos-12, windows-latest]
1921

2022
runs-on: ${{ matrix.os }}
2123

0 commit comments

Comments
 (0)