1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

chore(deps): update dependency ubuntu to v22

This commit is contained in:
renovate[bot] 2023-09-15 13:01:25 +00:00 committed by Sylvestre Ledru
parent 356023b055
commit 97a6df78a4

View file

@ -30,7 +30,7 @@ jobs:
contents: read # for actions/checkout to fetch code
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
name: Run GNU tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Initialize workflow variables
id: vars
@ -308,7 +308,7 @@ jobs:
gnu_coverage:
name: Run GNU tests with coverage
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code uutil
uses: actions/checkout@v4