Skip to content

Commit

Permalink
Update GitHub Actions runner to use 'windows-latest' instead of 'wind…
Browse files Browse the repository at this point in the history
…ows-latest-large'
  • Loading branch information
Arlodotexe committed Dec 18, 2024
1 parent 71f1e80 commit 3b38621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
build:
needs: [Xaml-Style-Check]
runs-on: windows-latest-large
runs-on: windows-latest

env:
PROCDUMP_PATH: ${{ github.workspace }}
Expand Down

0 comments on commit 3b38621

Please sign in to comment.