We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9ed0f commit 18bf1a0Copy full SHA for 18bf1a0
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: windows-latest
28
strategy:
29
matrix:
30
- arch: [x64, arm64]
+ arch: [x64]
31
concurrency:
32
group: vs-build-${{ github.ref }}-${{ matrix.arch }}
33
steps:
0 commit comments