diff --git a/.github/workflows/windows-simple-builds.yml b/.github/workflows/windows-simple-builds.yml index 769a137b..e6d852b6 100644 --- a/.github/workflows/windows-simple-builds.yml +++ b/.github/workflows/windows-simple-builds.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2022, windows-2025] + os: [windows-2022, windows-2025] platform: [Win32, x64] build_type: [Debug, Release] std: [14, 17]