Skip to content

Commit e0fc07c

Browse files
committed
Switch CI runner to windows-latest
Changed the GitHub Actions workflow to use the windows-latest runner instead of ubuntu-latest for the build job. This may be required for compatibility with Windows-specific dependencies or tooling.
1 parent 1484ce5 commit e0fc07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99

10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111

1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)