Skip to content

Commit 3a69143

Browse files
authored
Update dotnetcore.yml
1 parent 16e2ca1 commit 3a69143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: windows-2019
8+
runs-on: windows-2025
99

1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '3.1.x'
15+
dotnet-version: '9.0.x'
1616
- name: Build with dotnet
1717
working-directory: src/netstandard/
1818
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)