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 28e92f0 commit 116deaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
read-only:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# Use short project name, otherwise inspect output is messy
COMPOSE_PROJECT_NAME: wl
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./test-stop

read-write:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# Use short project name, otherwise inspect output is messy
COMPOSE_PROJECT_NAME: wl
Expand Down

0 comments on commit 116deaa

Please sign in to comment.