We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96490ee commit eec19bfCopy full SHA for eec19bf
1 file changed
.github/workflows/main.yml
@@ -90,7 +90,7 @@ jobs:
90
91
build-windows:
92
name: Build on Windows (${{ matrix.configuration }}, COF=${{ matrix.cof }})
93
- runs-on: windows-2019
+ runs-on: windows-2022
94
95
strategy:
96
fail-fast: false
@@ -124,10 +124,10 @@ jobs:
124
125
- name: Install Boost
126
id: install-boost
127
- uses: MarkusJx/install-boost@v2.4.5
+ uses: MarkusJx/install-boost@v2.5.0
128
with:
129
boost_version: 1.78.0
130
- platform_version: 2019
+ platform_version: 2022
131
toolset: msvc
132
133
- name: Generate the build system
0 commit comments