mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5142 from uutils/renovate/ubuntu-22.x
chore(deps): update dependency ubuntu to v22
This commit is contained in:
commit
6e9d1abbb9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
contents: read # for actions/checkout to fetch code
|
contents: read # for actions/checkout to fetch code
|
||||||
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
|
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
|
||||||
name: Run GNU tests
|
name: Run GNU tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Initialize workflow variables
|
- name: Initialize workflow variables
|
||||||
id: vars
|
id: vars
|
||||||
|
@ -308,7 +308,7 @@ jobs:
|
||||||
|
|
||||||
gnu_coverage:
|
gnu_coverage:
|
||||||
name: Run GNU tests with coverage
|
name: Run GNU tests with coverage
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code uutil
|
- name: Checkout code uutil
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue