Skip to content

Commit 035bd07

Browse files
author
Richard Bennett
committed
After rebase, places ubuntu-latest back into repo.
1 parent 837540f commit 035bd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)