Skip to content

Commit abcf60a

Browse files
author
Dmitry Kandiner
committed
Updated the github scripts to run on Windows-2025
Signed-off-by: Dmitry Kandiner <[email protected]>
1 parent 21ec570 commit abcf60a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020

2121
name: 'Build and Test'
22-
runs-on: windows-2019
22+
runs-on: windows-2025
2323

2424
env:
2525
VSTEST_CONNECTION_TIMEOUT: 900

.github/workflows/continous-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
benchmark:
88
name: Continuous benchmarking
9-
runs-on: windows-2019
9+
runs-on: windows-2025
1010

1111
defaults:
1212
run:
@@ -43,4 +43,4 @@ jobs:
4343
# GitHub API token to make a commit comment
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
# Upload the updated cache file for the next job by actions/cache
46-
# Run `github-action-benchmark` action
46+
# Run `github-action-benchmark` action

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
deploy:
2222
name: 'Deploy to Nuget'
2323
if: github.event_name == 'release'
24-
runs-on: windows-2019
24+
runs-on: windows-2025
2525

2626
steps:
2727
- name: Validate release version

0 commit comments

Comments
 (0)