Skip to content

Commit 7f25911

Browse files
committed
Update runner to windows-latest-large for build and package jobs to fix "out of disk space" errors
1 parent 52ed6cb commit 7f25911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
6565
build:
6666
needs: [Xaml-Style-Check]
67-
runs-on: windows-latest
67+
runs-on: windows-latest-large
6868

6969
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
7070
strategy:
@@ -242,7 +242,7 @@ jobs:
242242
dotnet-dump analyze ${{ steps.filter.outputs.dump_files }} -c "clrstack" -c "pe -lines" -c "exit"
243243
244244
package:
245-
runs-on: windows-latest
245+
runs-on: windows-latest-large
246246
needs: [build]
247247
strategy:
248248
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.

tooling

0 commit comments

Comments
 (0)