chore: remove windows 32 bit

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ 2020-07-10 16:58:01 +08:00
parent 0d6d779d40
commit ce31d557e0
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ jobs:
exclude:
- os: macos-latest
arch: '386'
- os: windows-latest
arch: '386'
steps:
- name: Set up Go
uses: actions/setup-go@v2