Skip to content

Commit 494b930

Browse files
author
Richard Bennett
committed
Targets ubuntu 22.04, which is the version from the last successful build.
1 parent 29fe1f7 commit 494b930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
dotnet-version: [ '6.0', '8.0']
52-
os: [windows-latest, ubuntu-latest]
52+
os: [windows-latest, ubuntu-22.04]
5353

5454
runs-on: ${{ matrix.os }}
5555

@@ -62,7 +62,7 @@ jobs:
6262

6363
# Install .NET Core
6464
- name: Install .NET ${{ matrix.dotnet-version }}
65-
if: ${{ matrix.os == 'ubuntu-latest' }}
65+
if: ${{ matrix.os == 'ubuntu-22.04' }}
6666
uses: actions/setup-dotnet@v4
6767
with:
6868
dotnet-version: ${{ matrix.dotnet-version }}

0 commit comments

Comments
 (0)