diff --git a/.github/workflows/lint-codeowners.yml b/.github/workflows/lint-codeowners.yml index 2588da1f..07492154 100644 --- a/.github/workflows/lint-codeowners.yml +++ b/.github/workflows/lint-codeowners.yml @@ -25,7 +25,7 @@ permissions: jobs: lint-codeowners: name: "Lint CODEOWNERS file" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4