build: disable windows

This commit is contained in:
zhom
2025-07-29 00:45:26 +04:00
parent 625074f78d
commit 1e53694f95
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -30,12 +30,12 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin
name: macOS ARM64
- os: windows-latest
target: x86_64-pc-windows-msvc
name: Windows x64
- os: windows-11-arm
target: aarch64-pc-windows-msvc
name: Windows ARM64
# - os: windows-latest
# target: x86_64-pc-windows-msvc
# name: Windows x64
# - os: windows-11-arm
# target: aarch64-pc-windows-msvc
# name: Windows ARM64
runs-on: ${{ matrix.os }}