Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 0c6b189 commit bcec942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GnuTests.yml
Expand Up @@ -26,7 +26,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
Expand Down Expand Up @@ -304,7 +304,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@v3
Expand Down

0 comments on commit bcec942

Please sign in to comment.