Skip to content

Commit eec19bf

Browse files
committed
CI: Update Windows version
1 parent 96490ee commit eec19bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
build-windows:
9292
name: Build on Windows (${{ matrix.configuration }}, COF=${{ matrix.cof }})
93-
runs-on: windows-2019
93+
runs-on: windows-2022
9494

9595
strategy:
9696
fail-fast: false
@@ -124,10 +124,10 @@ jobs:
124124
125125
- name: Install Boost
126126
id: install-boost
127-
uses: MarkusJx/install-boost@v2.4.5
127+
uses: MarkusJx/install-boost@v2.5.0
128128
with:
129129
boost_version: 1.78.0
130-
platform_version: 2019
130+
platform_version: 2022
131131
toolset: msvc
132132

133133
- name: Generate the build system

0 commit comments

Comments
 (0)