From 254a3b169bde5e1b579816cbf2d695f51e9e1f30 Mon Sep 17 00:00:00 2001 From: Cem Bassoy Date: Mon, 6 Sep 2021 11:25:21 +0200 Subject: [PATCH] fix: update windows.yml for Github Actions Resolves #134 --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7bdfc69be..3f761707e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,7 +24,8 @@ jobs: # - {os: windows-2016, toolset: msvc, version: 14.16, cxxstd: 11} # - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 11} # - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 17} - - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: latest} + - {os: windows-2019, toolset: msvc, version: 14.29, cxxstd: latest} +# - {os: windows-2022, toolset: msvc, version: 14.30, cxxstd: latest} steps: - uses: actions/checkout@v2