Skip to content

Commit 559a2a8

Browse files
committed
Update runner to windows-latest-large for build and package jobs to fix "out of disk space" errors
1 parent b10cb5a commit 559a2a8

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
@@ -63,7 +63,7 @@ jobs:
6363
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
6464
build:
6565
needs: [Xaml-Style-Check]
66-
runs-on: windows-latest
66+
runs-on: windows-latest-large
6767

6868
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
6969
strategy:
@@ -208,7 +208,7 @@ jobs:
208208
dotnet-dump analyze ${{ steps.detect-dump.outputs.DUMP_FILE }} -c "clrstack" -c "pe -lines" -c "exit"
209209
210210
package:
211-
runs-on: windows-latest
211+
runs-on: windows-latest-large
212212
needs: [build]
213213
strategy:
214214
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)