Skip to content

Commit 5b41abb

Browse files
committed
Updating workflow file
1 parent 0710288 commit 5b41abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ 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
1919
- name: Test with dotnet
2020
working-directory: src/netstandard/
21-
run: dotnet test --configuration Release
21+
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)