diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0041525d43..8595bd9851a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,6 +138,8 @@ jobs: arch: "386" - os: ubuntu-latest arch: amd64 + - os: otel-linux-arm64 + arch: arm64 - os: macos-13 arch: amd64 - os: macos-latest @@ -146,10 +148,6 @@ jobs: arch: "386" - os: windows-latest arch: amd64 - # ARM64 compatibility tests are using actuated runners - # See https://github.com/open-telemetry/community/blob/main/docs/using-actuated.md - - os: actuated-arm64-2cpu-8gb - arch: arm64 runs-on: ${{ matrix.platform.os }} steps: - name: Checkout code