We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837540f commit 035bd07Copy full SHA for 035bd07
.github/workflows/pr-checks.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Install .NET Core
64
- name: Install .NET ${{ matrix.dotnet-version }}
65
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-22.04' }}
66
uses: actions/setup-dotnet@v4
67
with:
68
dotnet-version: ${{ matrix.dotnet-version }}
0 commit comments