Skip to content

Commit

Permalink
Merge pull request #428 from solidnerd/renovate/ubuntu-22.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v22
  • Loading branch information
rjhenry committed Aug 11, 2023
2 parents d6df186 + 370e99d commit 8ec5c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
docker image ls -a
push:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: e2e
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
docker image ls -a
push:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: e2e
steps:
- name: Checkout
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}

create-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: push
steps:
# To use this repository's private action, you must check out the repository
Expand Down

0 comments on commit 8ec5c40

Please sign in to comment.