summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-07-01 18:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-07-01 18:00:00 +0000
commitd2722e4b79805463327621fc9ed8a004c212c354 (patch)
tree892051a29e359265365f5c1e82c7fea225cebe10
parentf526864725dc7c3f720bae28a630d75ec365f069 (diff)
downloadstrace-d2722e4b79805463327621fc9ed8a004c212c354.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 98ed096e2..9cf771b03 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ env:
jobs:
whitespace-errors:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: check