1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 10:25:40 +03:00

ci(bridge/python): tmp disable Windows build

This commit is contained in:
louistiti 2024-05-09 00:14:03 +08:00
parent bdff917e04
commit bbb533f49f
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -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 }}