Skip to content

Commit

Permalink
GitHub Actions: removed Win8.1 build configuration as there is no Win…
Browse files Browse the repository at this point in the history
…8.1 SDK on the runner image
  • Loading branch information
TheMostDiligent committed Oct 20, 2023
1 parent 9d289c7 commit ae0472d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae0472d

Please sign in to comment.