diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1686fa8ca..11065303c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -391,7 +391,7 @@ jobs: strategy: fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion. matrix: - winui: [2, 3] + winui: [0, 2, 3] steps: - name: Install .NET SDK v${{ env.DOTNET_VERSION }} @@ -456,7 +456,7 @@ jobs: strategy: fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion. matrix: - winui: [2, 3] + winui: [0, 2, 3] steps: - name: Install .NET SDK v${{ env.DOTNET_VERSION }}