Skip to content

Commit 320ba1b

Browse files
committed
已经不支持32位咯
1 parent 9b92ef1 commit 320ba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
#- { os: ubuntu-20.04, target: linux, platform: linux-arm64 }
2929
- { os: macos-11, target: darwin, platform: darwin-x64 }
3030
- { os: macos-11, target: darwin, platform: darwin-arm64 }
31-
- { os: windows-latest, target: windows, platform: win32-ia32 }
31+
#- { os: windows-latest, target: windows, platform: win32-ia32 } # 不再支持32位
3232
- { os: windows-latest, target: windows, platform: win32-x64 }
3333
runs-on: ${{ matrix.os }}
3434
steps:

0 commit comments

Comments
 (0)