Skip to content

Commit

Permalink
ci.yml: stop testing Visual Studio + ARM32
Browse files Browse the repository at this point in the history
This combination no longer builds due the following error:

    error MSB8037: The Windows SDK version 10.0.26100.0 for Desktop C++ ARM Apps was not found.
  • Loading branch information
ebiggers committed Nov 27, 2024
1 parent c7b053e commit 9e65579
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,8 @@ jobs:
name: Build (Windows, Visual Studio ${{matrix.toolset}}, ${{matrix.platform}})
strategy:
matrix:
platform: [ARM64, ARM]
platform: [ARM64]
toolset: [v143, ClangCL]
exclude: # Exclude unsupported combinations
- platform: ARM
toolset: ClangCL
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9e65579

Please sign in to comment.