Skip to content

Commit 572f1f0

Browse files
authored
CI: Disable ARM32 in the CI builds. (microsoft#342)
The 32-bit ARM builds no longer succeed with the latest platform SDK because 32-bit ARM support has been deprecated and there are no longer libs for things like ws_32. This is why the windows-2022 CI builds are failing for the two 32-bit ARM jobs. 32-bit ARM isn't much of a concern for anybody, I'm just going ahead and disabling it for the CI runs for now. Note that this is not removing 32-bit ARM support from Detours, just (temporarily) from the CI builds.
1 parent 14145cd commit 572f1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [windows-2019, windows-2022]
24-
arch: [x86, x64, x64_arm, x64_arm64]
24+
arch: [x86, x64, x64_arm64]
2525
conf: [Release, Debug]
2626

2727
steps:

0 commit comments

Comments
 (0)