From c7037f655130940b0d2e5eeb4e218e46c9c491c1 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Tue, 22 Mar 2022 11:10:06 +0100 Subject: [PATCH] Replace build os windows-2016 by windows-2019. --- .github/workflows/ci-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 25fe8db..b60b073 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [windows-latest, windows-2016] + os: [windows-latest, windows-2019] architecture: [Win32, x64] build_type: [Debug, Release] cxx_standard: [11, 14, 17, 20]