We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c842d2 + 8682858 commit 9375a37Copy full SHA for 9375a37
.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
179
build_windows:
180
name: Windows MSVC 19.25
181
- runs-on: windows-2019
+ runs-on: windows-2025
182
if: >
183
github.event_name == 'pull_request' ||
184
( contains(github.ref, 'main') && !contains(github.event.head_commit.message, '[no-ci]') ) ||
.github/workflows/deploy.yml
@@ -69,7 +69,7 @@ jobs:
69
70
release_windows:
71
name: Windows
72
73
env:
74
BOOST_ROOT_1_72_0: C:\hostedtoolcache\windows\Boost\1.72.0\x86_64
75
steps:
0 commit comments