Skip to content

Commit 24e799d

Browse files
committed
revert: build on windows
1 parent 4312ec2 commit 24e799d

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
@@ -20,7 +20,7 @@ jobs:
2020
id: check
2121
latest:
2222
name: Publish Latest
23-
runs-on: windows-latest
23+
runs-on: ubuntu-latest
2424
needs: check
2525
if: contains(github.ref, 'master') && needs.check.outputs.changed == 'true' && needs.check.outputs.beta != 'true'
2626
steps:

0 commit comments

Comments
 (0)