Skip to content

Commit e2a645a

Browse files
committed
Migrate CI to windows-latest-large runners
- Update Xaml-Style-Check job to use windows-latest-large - Update project-template job to use windows-latest-large - Update new-experiment job to use windows-latest-large This resolves disk space issues that emerged with GitHub's infrastructure changes, allowing builds to complete successfully with adequate disk space for UWP/WinAppSDK builds. Addresses the tooling submodule portion of the CI runner migration as documented in the broader infrastructure update initiative.
1 parent 786cf7b commit e2a645a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
# This workflow contains a single job called "Xaml-Style-Check"
2727
Xaml-Style-Check:
28-
runs-on: windows-latest
28+
runs-on: windows-latest-large
2929

3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
@@ -89,7 +89,7 @@ jobs:
8989

9090
# Test job to build the project template
9191
project-template:
92-
runs-on: windows-latest
92+
runs-on: windows-latest-large
9393
env:
9494
HEADS_DIRECTORY: tooling/ProjectHeads
9595
PROJECT_DIRECTORY: tooling/ProjectTemplate
@@ -139,7 +139,7 @@ jobs:
139139

140140
# Test job to build a single experiment to ensure our changes work for both our main types of solutions at the moment
141141
new-experiment:
142-
runs-on: windows-latest
142+
runs-on: windows-latest-large
143143

144144
strategy:
145145
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)