Skip to content

Commit

Permalink
[chore] switch to ubuntu 24.04 to identify breaking changes (open-tel…
Browse files Browse the repository at this point in the history
…emetry#36839)

Two `ubuntu-latest` references seem to have been missed as part of this
PR:
open-telemetry#36709
and are still causing a warning in the CI jobs:
[Example](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12338649982)

/cc @atoulme
  • Loading branch information
niwoerner authored and sbylica-splunk committed Dec 17, 2024
1 parent bafe727 commit 9364928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9364928

Please sign in to comment.