We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f3d02 commit 12351c7Copy full SHA for 12351c7
.github/workflows/main.yml
@@ -216,8 +216,7 @@ jobs:
216
contains(github.event.pull_request.labels.*.name, 'ci:agent-integration')
217
|| github.event.pull_request.draft == false
218
|| 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
+ runs-on: ubuntu-22.04
221
needs: build
222
steps:
223
- uses: actions/checkout@v4
0 commit comments