diff --git a/.github/workflows/check-codeowners.yaml b/.github/workflows/check-codeowners.yaml index b47c63f502c0..9911c00cd9a8 100644 --- a/.github/workflows/check-codeowners.yaml +++ b/.github/workflows/check-codeowners.yaml @@ -3,7 +3,7 @@ name: Check CODEOWNERS on: pull_request jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Code uses: actions/checkout@v4