]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Remove jobs for soon to be removed windows-2019 runner
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 30 May 2025 16:33:28 +0000 (18:33 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 30 May 2025 16:34:06 +0000 (18:34 +0200)
.github/workflows/build.yaml

index cf2fcb5964e29e8d6dbc472f19a04eacd534a4af..c2ae9cd36d1d404b72e4804ef11b365baf505121 100644 (file)
@@ -305,44 +305,6 @@ jobs:
             RUN_TESTS: unittest-in-wine
             apt_get: elfutils mingw-w64 wine
 
-          - name: Windows VS2019 32-bit Ninja
-            os: windows-2019
-            msvc_arch: x64_x86
-            CC: cl
-            CXX: cl
-            CMAKE_GENERATOR: Ninja
-            CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=CI
-            TEST_CC: clang -target i686-pc-windows-msvc
-
-          - name: Windows VS2019 32-bit MSBuild
-            os: windows-2019
-            msvc_arch: x64_x86
-            allow_test_failures: true  # For now, don't fail the build on failure
-            CC: cl
-            CXX: cl
-            CMAKE_GENERATOR: Visual Studio 16 2019
-            CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=CI -A Win32
-            TEST_CC: clang -target i686-pc-windows-msvc
-
-          - name: Windows VS2019 64-bit Ninja
-            os: windows-2019
-            msvc_arch: x64
-            CC: cl
-            CXX: cl
-            CMAKE_GENERATOR: Ninja
-            CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=CI
-            TEST_CC: clang -target x86_64-pc-windows-msvc
-
-          - name: Windows VS2019 64-bit MSBuild
-            os: windows-2019
-            msvc_arch: x64
-            allow_test_failures: true  # For now, don't fail the build on failure
-            CC: cl
-            CXX: cl
-            CMAKE_GENERATOR: Visual Studio 16 2019
-            CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=CI -A x64
-            TEST_CC: clang -target x86_64-pc-windows-msvc
-
           - name: Windows VS2022 32-bit Ninja
             os: windows-2022
             msvc_arch: x64_x86