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 29fe1f7 commit 494b930Copy full SHA for 494b930
.github/workflows/pr-checks.yml
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
matrix:
51
dotnet-version: [ '6.0', '8.0']
52
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, ubuntu-22.04]
53
54
runs-on: ${{ matrix.os }}
55
@@ -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