Skip to content

Commit 12351c7

Browse files
authored
github-actions: ubuntu-20.04 will be fully retired by April 1, 2025 (#3945)
1 parent 41f3d02 commit 12351c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ jobs:
216216
contains(github.event.pull_request.labels.*.name, 'ci:agent-integration')
217217
|| github.event.pull_request.draft == false
218218
|| inputs.agent_integration_tests_ci == true
219-
# Pinned to ubuntu 20.04 until https://github.com/elastic/apm-agent-java/issues/3035 is solved.
220-
runs-on: ubuntu-20.04
219+
runs-on: ubuntu-22.04
221220
needs: build
222221
steps:
223222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)