Skip to content

Commit 361f035

Browse files
chore(deps): update dependency ubuntu to v24 (#6751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4aa7f57 commit 361f035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
name: publish-snapshots${{ (github.ref_name != 'main' || github.repository != 'open-telemetry/opentelemetry-java') && ' (skipped)' || '' }}
125125
# intentionally not blocking snapshot publishing on markdown-link-check or misspell-check
126126
needs: build
127-
runs-on: ubuntu-22.04
127+
runs-on: ubuntu-24.04
128128
steps:
129129
- uses: actions/checkout@v4
130130

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
release:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
outputs:
99
version: ${{ steps.create-github-release.outputs.version }}
1010
steps:

0 commit comments

Comments
 (0)