From 6a00fd700a7673b25174ed9cdf98241a9a77e570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 14 Feb 2021 03:34:45 +0100 Subject: [PATCH] workflows: remove Windows ARM32 build --- .github/workflows/cmake.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2ae0f9ec7..11216cc74 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -74,7 +74,7 @@ jobs: fail-fast: false matrix: build: - - name: Regular + - name: Debug dev-build: off new-dynarec: off type: Debug @@ -82,17 +82,12 @@ jobs: dev-build: on new-dynarec: on type: Debug - target-arch: ['Win32', 'x64', 'ARM', 'ARM64'] + target-arch: ['Win32', 'x64', 'ARM64'] toolset: ['clangcl', 'v142'] exclude: - - target-arch: 'ARM' - build: - new-dynarec: off - target-arch: 'ARM64' build: new-dynarec: off - - target-arch: 'ARM' - toolset: 'clangcl' steps: - uses: actions/checkout@v2