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 59678b8 commit 80bb300Copy full SHA for 80bb300
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- { os: macos-latest, target: aarch64-apple-darwin, platform: darwin-arm64, cross: general }
25
- { os: windows-latest, target: x86_64-pc-windows-msvc, platform: win32-x64, cross: general }
26
- { os: windows-latest, target: i686-pc-windows-msvc, platform: win32-ia32, cross: general }
27
- - { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: cross }
+ - { os: windows-latest, target: aarch64-pc-windows-msvc, platform: win32-arm64, cross: general }
28
runs-on: ${{ matrix.os }}
29
steps:
30
- uses: actions/checkout@v4
0 commit comments