From 31645f4830162a3dd49513b74a5e56f40777e98c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 1 Jul 2022 18:00:00 +0000 Subject: .github: switch whitespace-errors job to ubuntu-latest While ubuntu-latest in ci is not necessarily the latest version of the OS available in ci, whitespace-errors job should be agnostic to the version being used, so use the default one. * .github/workflows/ci.yml (whitespace-errors) : Change from ubuntu-20.04 to ubuntu-latest. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7df84271..a591281a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ env: jobs: whitespace-errors: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: check -- cgit v1.2.1