Skip to content

Commit e876929

Browse files
committed
Update GitHub Actions runner to use 'windows-latest' instead of 'windows-latest-large'
1 parent f91bb08 commit e876929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
5858
build:
5959
needs: [Xaml-Style-Check]
60-
runs-on: windows-2022
60+
runs-on: windows-latest
6161

6262
env:
6363
PROCDUMP_PATH: ${{ github.workspace }}

0 commit comments

Comments
 (0)