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 b10cb5a commit 559a2a8Copy full SHA for 559a2a8
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
64
build:
65
needs: [Xaml-Style-Check]
66
- runs-on: windows-latest
+ runs-on: windows-latest-large
67
68
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
69
strategy:
@@ -208,7 +208,7 @@ jobs:
208
dotnet-dump analyze ${{ steps.detect-dump.outputs.DUMP_FILE }} -c "clrstack" -c "pe -lines" -c "exit"
209
210
package:
211
212
needs: [build]
213
214
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
0 commit comments