Skip to content

Commit 7286e3f

Browse files
committed
fix(nextcloud): ci use latest ubuntu runner
Signed-off-by: WrenIX <[email protected]>
1 parent e11836b commit 7286e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
5858

5959
test:
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
needs: [changes, lint]
6262
# only run this job if there are helm chart file changes
6363
if: needs.changes.outputs.src != 'false'

0 commit comments

Comments
 (0)