Skip to content

Commit eb3e914

Browse files
authored
Merge pull request #568 from ckadluba/567-build-net-framework-on-windows
Release build on Windows for .NET Framework
2 parents eb7d2cf + 029a282 commit eb3e914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-and-release:
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest # Build on Windows to ensure .NET Framework targets
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

0 commit comments

Comments
 (0)