Skip to content

Commit

Permalink
Switch arm builds out of actuated and into the CNCF runners (#5923)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Oct 25, 2024
1 parent 664a075 commit c0f7c95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c0f7c95

Please sign in to comment.