Skip to content

Commit d12acd9

Browse files
committed
Run CICD on windows machines
1 parent 98509b7 commit d12acd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vr-foraging-cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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:

0 commit comments

Comments
 (0)