From ae0472dea4e78626ee9184f4134b06a537e75893 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 20 Oct 2023 16:27:10 -0700 Subject: [PATCH] GitHub Actions: removed Win8.1 build configuration as there is no Win8.1 SDK on the runner image --- .github/workflows/build-windows.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 24ba570c3..915fc7ba0 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -39,13 +39,6 @@ jobs: cmake_generator: "Visual Studio 17 2022" cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_DEVELOPMENT=ON -DDILIGENT_LOAD_PIX_EVENT_RUNTIME=ON" - - name: "Win8.1" - platform: "Win32" - toolset: "x64" - build_type: "Release" - cmake_generator: "Visual Studio 17 2022" - cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DCMAKE_SYSTEM_VERSION=8.1" - - name: "Win10-Ninja" platform: "Win32" toolset: "x64"