From d3ff434e656f23aead7481cc5bf65ff9c10ab6b9 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:04:20 +0100 Subject: [PATCH] liboqs doesn't support Windows 2019 MSVC --- .github/workflows/windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a699e8cb..04b6e16d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -96,8 +96,9 @@ jobs: strategy: matrix: os: - - windows-2019 -# - windows-2022 +# liboqs doesn't build under Windows 2019 +# - windows-2019 + - windows-2022 platform: - arch: win64 oqsconfig: -DOQS_ALGS_ENABLED=STD @@ -205,6 +206,7 @@ jobs: strategy: matrix: os: +# liboqs doesn't build under Windows 2019 # - windows-2019 - windows-2022 platform: