Skip to content

Commit 0165d63

Browse files
committed
Fix for build failure on publish
1 parent 9908165 commit 0165d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build-and-test:
15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616
steps:
1717
- name: Checkout GitHub Action
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)