Skip to content

Commit 18bf1a0

Browse files
committed
TO-DROP: restrict to x64
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent cb9ed0f commit 18bf1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-latest
2828
strategy:
2929
matrix:
30-
arch: [x64, arm64]
30+
arch: [x64]
3131
concurrency:
3232
group: vs-build-${{ github.ref }}-${{ matrix.arch }}
3333
steps:

0 commit comments

Comments
 (0)