From dbae938e00c89555a121d416b5cbe01617b9a16f Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Thu, 19 Dec 2024 15:00:25 -0800 Subject: [PATCH] [chore] Upgrade CI workers for ansible tests --- .github/workflows/ansible.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index a076865425..c39d2c139a 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -36,8 +36,7 @@ jobs: lint: name: Lint - # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Check out the codebase. uses: actions/checkout@v4 @@ -56,8 +55,7 @@ jobs: linux-test: name: Linux Test needs: lint - # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -196,8 +194,7 @@ jobs: push-release-tag: name: Push Release Tag needs: lint - # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.ref == 'refs/heads/main' steps: - name: Checkout