From b92f5575796d79b9cb2b1ddd2c44e8bf5d610924 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 6 Nov 2024 19:28:58 +0100 Subject: [PATCH] fix(nextcloud): ci use latest ubuntu runner Signed-off-by: WrenIX --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index fbef70db..894fb829 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -57,7 +57,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [changes, lint] # only run this job if there are helm chart file changes if: needs.changes.outputs.src != 'false'