Skip to content

Commit

Permalink
liboqs doesn't support Windows 2019 MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jan 13, 2024
1 parent 7b3cc6d commit d3ff434
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -205,6 +206,7 @@ jobs:
strategy:
matrix:
os:
# liboqs doesn't build under Windows 2019
# - windows-2019
- windows-2022
platform:
Expand Down

0 comments on commit d3ff434

Please sign in to comment.