File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
build :
20
20
21
21
name : ' Build and Test'
22
- runs-on : windows-2019
22
+ runs-on : windows-2025
23
23
24
24
env :
25
25
VSTEST_CONNECTION_TIMEOUT : 900
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
benchmark :
8
8
name : Continuous benchmarking
9
- runs-on : windows-2019
9
+ runs-on : windows-2025
10
10
11
11
defaults :
12
12
run :
43
43
# GitHub API token to make a commit comment
44
44
github-token : ${{ secrets.GITHUB_TOKEN }}
45
45
# Upload the updated cache file for the next job by actions/cache
46
- # Run `github-action-benchmark` action
46
+ # Run `github-action-benchmark` action
Original file line number Diff line number Diff line change 21
21
deploy :
22
22
name : ' Deploy to Nuget'
23
23
if : github.event_name == 'release'
24
- runs-on : windows-2019
24
+ runs-on : windows-2025
25
25
26
26
steps :
27
27
- name : Validate release version
You can’t perform that action at this time.
0 commit comments