diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fc32396..583c3e90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ env: jobs: # This workflow contains a single job called "Xaml-Style-Check" Xaml-Style-Check: - runs-on: windows-latest + runs-on: windows-2022 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -57,7 +57,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-2022 # See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs strategy: @@ -202,7 +202,7 @@ jobs: dotnet-dump analyze ${{ steps.detect-dump.outputs.DUMP_FILE }} -c "clrstack" -c "pe -lines" -c "exit" package: - runs-on: windows-latest-large + runs-on: windows-2022 needs: [build] strategy: fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion. @@ -313,7 +313,7 @@ jobs: sign: needs: [package] if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel/') }} - runs-on: windows-latest + runs-on: windows-2022 permissions: id-token: write # Required for requesting the JWT diff --git a/tooling b/tooling index e7eb2362..27a885f8 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit e7eb23621735ea8d4a3191ac399848acc918f1ec +Subproject commit 27a885f87166e4eb6d67947bc010dcdb84ba5cba