Skip to content

Commit

Permalink
[chore] switch to ubuntu 24.04 to identify breaking changes (#36839)
Browse files Browse the repository at this point in the history
Two `ubuntu-latest` references seem to have been missed as part of this
PR:
#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 Dec 16, 2024
1 parent ddfadc2 commit 1a43701
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 1a43701

Please sign in to comment.