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 620e848 commit e9977ceCopy full SHA for e9977ce
.github/workflows/build.yml
@@ -28,6 +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 }
32
- { os: windows-latest, target: windows, platform: win32-x64 }
33
runs-on: ${{ matrix.os }}
34
steps:
0 commit comments