Skip to content

Commit e7eb236

Browse files
authored
Merge pull request #295 from CommunityToolkit/feature/migrate-to-large-runners
Migrate CI to windows-latest-large runners
2 parents 786cf7b + 20cf3d8 commit e7eb236

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"xamlstyler.console": {
12-
"version": "3.2206.4",
12+
"version": "3.2501.8",
1313
"commands": [
1414
"xstyler"
1515
]

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)