File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 # ╚───────────────────────────────────────────────────────────╝
7676 github-rc-release :
7777 needs : tests
78- runs-on : ubuntu -latest
78+ runs-on : windows -latest
7979 if : >
8080 github.ref == 'refs/heads/main' &&
8181 github.event_name == 'push' &&
@@ -141,7 +141,7 @@ jobs:
141141 # ╚─────────────────────────────────────────────────────────────────╝
142142
143143 github-public-release :
144- runs-on : ubuntu -latest
144+ runs-on : windows -latest
145145 name : Create GitHub public release
146146 needs : tests
147147 if : github.event_name == 'release' &&
@@ -196,7 +196,7 @@ jobs:
196196 # ╚─────────────────────────╝
197197 build-docs :
198198 name : Build and deploy documentation to GitHub Pages
199- runs-on : ubuntu -latest
199+ runs-on : windows -latest
200200 needs : github-rc-release
201201 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
202202 steps :
You can’t perform that action at this time.
0 commit comments