Skip to content

Commit faa893d

Browse files
authored
Merge pull request #511 from solidnerd/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents 00f06c2 + 34fefb1 commit faa893d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
docker image ls -a
6363
6464
push:
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
needs: e2e
6767
steps:
6868
- name: Checkout

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
docker image ls -a
6262
6363
push:
64-
runs-on: ubuntu-22.04
64+
runs-on: ubuntu-24.04
6565
needs: e2e
6666
steps:
6767
- name: Checkout
@@ -131,7 +131,7 @@ jobs:
131131
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
132132

133133
create-release:
134-
runs-on: ubuntu-22.04
134+
runs-on: ubuntu-24.04
135135
needs: push
136136
steps:
137137
# To use this repository's private action, you must check out the repository

0 commit comments

Comments
 (0)