From d97c18705f67993a2f4ce0e1f5ce1415c8159ec3 Mon Sep 17 00:00:00 2001 From: niwoerner Date: Sun, 15 Dec 2024 13:21:32 +0100 Subject: [PATCH] [chore] switch to ubuntu 24.04 to identify breaking changes --- .github/workflows/check-codeowners.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-codeowners.yaml b/.github/workflows/check-codeowners.yaml index d264551eda4d..e80bb637062e 100644 --- a/.github/workflows/check-codeowners.yaml +++ b/.github/workflows/check-codeowners.yaml @@ -23,7 +23,7 @@ concurrency: jobs: setup-environment: timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: ${{ github.actor != 'dependabot[bot]' }} steps: - uses: actions/checkout@v4 @@ -42,7 +42,7 @@ jobs: ./.tools key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }} check-codeowners: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [setup-environment] steps: - uses: actions/checkout@v4