Skip to content

Commit

Permalink
ci(bridge/python): tmp disable Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed May 8, 2024
1 parent bdff917 commit bbb533f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-release-python-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
matrix:
# @see https://github.com/actions/runner-images/tree/main/images/macos
# Use macos-12 instead of macos-latest because the latter use ARM64 (M1) architecture
os: [ubuntu-20.04, macos-12, windows-latest]
os: [ubuntu-20.04, macos-12]
# Temporarily disable Windows release
# os: [ubuntu-20.04, macos-12, windows-latest]

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

Expand Down

0 comments on commit bbb533f

Please sign in to comment.