We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bff12 commit 5a56114Copy full SHA for 5a56114
.github/workflows/build.yml
@@ -95,7 +95,7 @@ jobs:
95
96
# Test job to build the project template
97
project-template:
98
- runs-on: windows-latest
+ runs-on: windows-latest-large
99
env:
100
HEADS_DIRECTORY: tooling/ProjectHeads
101
PROJECT_DIRECTORY: tooling/ProjectTemplate
@@ -145,7 +145,7 @@ jobs:
145
146
# Test job to build a single experiment to ensure our changes work for both our main types of solutions at the moment
147
new-experiment:
148
149
150
strategy:
151
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
0 commit comments