Skip to content

Commit

Permalink
CI: remove ARM32 WinRT build to fix build regression
Browse files Browse the repository at this point in the history
Apparently Microsoft dropped support of ARM32 with latest SDK.
See e.g. ncroxon/gnu-efi#54.
  • Loading branch information
axxel committed Dec 26, 2024
1 parent 11d12b5 commit f3c1c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-winrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [Win32, x64, ARM, ARM64]
target: [Win32, x64, ARM64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3c1c49

Please sign in to comment.