summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2022-07-01 18:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2022-07-01 18:00:00 +0000
commit31645f4830162a3dd49513b74a5e56f40777e98c (patch)
treedfcb5cff6a5ff6f84e64284096fa93cba1f08625
parent94f0f5ebb876b1ef89c0acbda74b0794b3be7f04 (diff)
downloadlinux-pam-git-31645f4830162a3dd49513b74a5e56f40777e98c.tar.gz
.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.
-rw-r--r--.github/workflows/ci.yml2
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