Skip to content

Commit 9472330

Browse files
authored
Merge branch 'main' into feature/MarkdownTextBlock-fix-nre-codeblock
2 parents 28c3767 + 262457e commit 9472330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
jobs:
3131
# This workflow contains a single job called "Xaml-Style-Check"
3232
Xaml-Style-Check:
33-
runs-on: windows-latest
33+
runs-on: windows-2022
3434

3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:
@@ -58,7 +58,7 @@ jobs:
5858
# Build both Uno.UI/WinUI2/UWP and Uno.WinUI/WinUI3/WindowsAppSDK versions of our packages using a matrix
5959
build:
6060
needs: [Xaml-Style-Check]
61-
runs-on: windows-latest-large
61+
runs-on: windows-2022
6262

6363
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
6464
strategy:
@@ -236,7 +236,7 @@ jobs:
236236
dotnet-dump analyze ${{ steps.filter.outputs.dump_files }} -c "clrstack" -c "pe -lines" -c "exit"
237237
238238
package:
239-
runs-on: windows-latest-large
239+
runs-on: windows-2022
240240
needs: [build]
241241
strategy:
242242
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
@@ -360,7 +360,7 @@ jobs:
360360
sign:
361361
needs: [package]
362362
if: ${{ startsWith(github.ref, 'refs/heads/rel/') || startsWith(github.ref, 'refs/tags/') }}
363-
runs-on: windows-latest
363+
runs-on: windows-2022
364364
permissions:
365365
id-token: write # Required for requesting the JWT
366366

0 commit comments

Comments
 (0)