From 761f8af8120e7449e66a1adc038b146577202598 Mon Sep 17 00:00:00 2001 From: glywk Date: Thu, 27 Jul 2023 11:56:04 +0200 Subject: [PATCH] Update windows platform --- .github/workflows/win_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win_builds.yml b/.github/workflows/win_builds.yml index 82bc0b8..0329cbd 100644 --- a/.github/workflows/win_builds.yml +++ b/.github/workflows/win_builds.yml @@ -18,7 +18,7 @@ jobs: build_type: [ Debug, Release ] std: [ 14 ] - runs-on: windows-2016 + runs-on: windows-2022 steps: - uses: actions/checkout@v2 @@ -31,7 +31,7 @@ jobs: id: install-boost with: boost_version: 1.76.0 - platform_version: 2016 + platform_version: 2022 - name: Configure cmake working-directory: ${{runner.workspace}}