From 36ff1c007e54a3b68cc8a78485d4e0c8850eab63 Mon Sep 17 00:00:00 2001 From: odygrd Date: Sat, 7 Dec 2024 16:13:07 +0000 Subject: [PATCH] remove windows ARM32 build from CI --- .github/workflows/windows.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 51d6ada2..960f1031 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -45,12 +45,6 @@ jobs: std: 17 with_tests: "OFF" - - os: windows-2022 - platform: ARM - build_type: Release - std: 17 - with_tests: "OFF" - steps: - uses: actions/checkout@v4