Skip to content

Commit 9375a37

Browse files
authored
Merge pull request #419 from cosmoscout/fix-pipeline
Update to Windows 2025
2 parents 3c842d2 + 8682858 commit 9375a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
build_windows:
180180
name: Windows MSVC 19.25
181-
runs-on: windows-2019
181+
runs-on: windows-2025
182182
if: >
183183
github.event_name == 'pull_request' ||
184184
( contains(github.ref, 'main') && !contains(github.event.head_commit.message, '[no-ci]') ) ||

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
release_windows:
7171
name: Windows
72-
runs-on: windows-2019
72+
runs-on: windows-2025
7373
env:
7474
BOOST_ROOT_1_72_0: C:\hostedtoolcache\windows\Boost\1.72.0\x86_64
7575
steps:

0 commit comments

Comments
 (0)