Enable 32bit mac and windows build as a test

pull/1045/head
Adam Boutcher 2021-08-20 16:39:41 +01:00
parent 17e052e6ce
commit bd8061a8f6
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ jobs:
arch: [386, amd64, arm-7, arm-6, arm64]
include:
- platform: darwin
arch: amd64
arch: [386, amd64]
- platform: windows
arch: amd64
arch: [386, amd64]
steps:
- uses: actions/checkout@v2