Skip to content

Commit 1a43701

Browse files
authored
[chore] switch to ubuntu 24.04 to identify breaking changes (open-telemetry#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
1 parent ddfadc2 commit 1a43701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-codeowners.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
setup-environment:
2525
timeout-minutes: 30
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727
if: ${{ github.actor != 'dependabot[bot]' }}
2828
steps:
2929
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
./.tools
4343
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
4444
check-codeowners:
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-24.04
4646
needs: [setup-environment]
4747
steps:
4848
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)