Skip to content

Commit

Permalink
Update windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
glywk authored Jul 27, 2023
1 parent db578ff commit 761f8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build_type: [ Debug, Release ]
std: [ 14 ]

runs-on: windows-2016
runs-on: windows-2022
steps:
- uses: actions/checkout@v2

Expand All @@ -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}}
Expand Down

0 comments on commit 761f8af

Please sign in to comment.