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 9b92ef1 commit 320ba1bCopy full SHA for 320ba1b
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
#- { os: ubuntu-20.04, target: linux, platform: linux-arm64 }
29
- { os: macos-11, target: darwin, platform: darwin-x64 }
30
- { os: macos-11, target: darwin, platform: darwin-arm64 }
31
- - { os: windows-latest, target: windows, platform: win32-ia32 }
+ #- { os: windows-latest, target: windows, platform: win32-ia32 } # 不再支持32位
32
- { os: windows-latest, target: windows, platform: win32-x64 }
33
runs-on: ${{ matrix.os }}
34
steps:
0 commit comments