]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
CI: Enable MSVC ARM64 job using Github WOA runner test_artifacts 4465/head
authorThirumalai Nagalingam <thirumalai.nagalingam@multicorewareinc.com>
Wed, 20 Aug 2025 11:49:48 +0000 (17:19 +0530)
committerThirumalai Nagalingam <thirumalai.nagalingam@multicorewareinc.com>
Wed, 20 Aug 2025 11:49:48 +0000 (17:19 +0530)
- Reintroduce the MSVC ARM64 build configuration with "Visual Studio 17 2022"
- Update runner to `windows-11-arm` (GitHub-hosted Windows on ARM)

.github/workflows/cmake-tests.yml

index 0ce2a7d8fa99561881c7672a2a51be879cb49eb4..f1ed1f850608c8b89d9a1435d12c02e5c6547289 100644 (file)
@@ -96,10 +96,10 @@ jobs:
             runner: "windows-2022"
             # Intentionally omit ZSTD_BUILD_TESTS to reproduce the CXX language configuration bug
             cmake_extra_flags: "-DCMAKE_COMPILE_WARNING_AS_ERROR=ON"
-          - generator: "Visual Studio 17 2022"
-            flags: "-A ARM64"
-            name: "MSVC ARM64"
-          #   runner: "windows-2022-arm64"  # Disabled due to very long queue times
+          - generator: "Visual Studio 17 2022"
+            flags: "-A ARM64"
+            name: "MSVC ARM64"
+            runner: "windows-11-arm"  # githuh runner for WOA instance
           - generator: "MinGW Makefiles"
             flags: ""
             name: "MinGW"