Skip to content

Commit

Permalink
fix(nextcloud): ci use latest ubuntu runner
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Nov 6, 2024
1 parent 82af72b commit b92f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b92f557

Please sign in to comment.