Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent ab93b52 commit 9a9c747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
get:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- id: receive
Expand All @@ -14,7 +14,7 @@ jobs:
stable: ${{ steps.receive.outputs.stable }}-${{ steps.receive.outputs.stable-pkg }}
mainline: ${{ steps.receive.outputs.mainline }}-${{ steps.receive.outputs.mainline-pkg }}
use:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: get
strategy:
matrix:
Expand Down

1 comment on commit 9a9c747

@vercel
Copy link

@vercel vercel bot commented on 9a9c747 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.