diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2022-07-01 18:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2022-07-01 18:00:00 +0000 |
commit | 31645f4830162a3dd49513b74a5e56f40777e98c (patch) | |
tree | dfcb5cff6a5ff6f84e64284096fa93cba1f08625 /.github | |
parent | 94f0f5ebb876b1ef89c0acbda74b0794b3be7f04 (diff) | |
download | pam-31645f4830162a3dd49513b74a5e56f40777e98c.tar.gz pam-31645f4830162a3dd49513b74a5e56f40777e98c.tar.bz2 pam-31645f4830162a3dd49513b74a5e56f40777e98c.zip |
.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) <runs-on>: Change from
ubuntu-20.04 to ubuntu-latest.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |