diff --git a/.github/workflows/merge-checks.yml b/.github/workflows/merge-checks.yml index e2d2796..8cab505 100644 --- a/.github/workflows/merge-checks.yml +++ b/.github/workflows/merge-checks.yml @@ -11,7 +11,7 @@ on: jobs: merge-checks: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository timeout-minutes: 5 permissions: