Skip to content

Commit 5a56114

Browse files
committed
Update runner to windows-latest-large to fix "out of disk space" errors
1 parent 06bff12 commit 5a56114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
# Test job to build the project template
9797
project-template:
98-
runs-on: windows-latest
98+
runs-on: windows-latest-large
9999
env:
100100
HEADS_DIRECTORY: tooling/ProjectHeads
101101
PROJECT_DIRECTORY: tooling/ProjectTemplate
@@ -145,7 +145,7 @@ jobs:
145145

146146
# Test job to build a single experiment to ensure our changes work for both our main types of solutions at the moment
147147
new-experiment:
148-
runs-on: windows-latest
148+
runs-on: windows-latest-large
149149

150150
strategy:
151151
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.

0 commit comments

Comments
 (0)