Skip to content

Commit 01dd0ee

Browse files
committed
Remove Windows ARM32 from build matrix
- Drop 'arm' platform from Windows builds - Windows SDK 10.0.26100.0+ no longer supports ARM32 - Keeps x86, x64, and arm64 platforms
1 parent e6f9335 commit 01dd0ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/buildcommit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,15 @@ jobs:
5555
build-windows:
5656
runs-on: windows-latest
5757
strategy:
58-
fail-fast: true
5958
matrix:
60-
platform: [x86, x64, arm, arm64]
59+
platform: [x86, x64, arm64]
6160
include:
6261
- platform: x86
6362
folder: Win32
6463
native: yes
6564
- platform: x64
6665
folder: x64
6766
native: yes
68-
- platform: arm
69-
folder: arm
7067
- platform: arm64
7168
folder: arm64
7269

0 commit comments

Comments
 (0)