From 8d0c020ba92eae181d979640809edf23ec005344 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 20 Oct 2023 17:36:35 -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 fda120e4..0a4483ef 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -46,13 +46,6 @@ jobs: cmake_generator: "Visual Studio 17 2022" cmake_args: "-DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON -DDILIGENT_DEVELOPMENT=ON" - - name: "Win8.1" - platform: "Win32" - toolset: "x64" - build_type: "Release" - cmake_generator: "Visual Studio 17 2022" - cmake_args: "-DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON -DCMAKE_SYSTEM_VERSION=8.1" - - name: "Win10-Ninja" platform: "Win32" toolset: "x64"