diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87366eb3..f3f5c8af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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