Skip to content

Commit

Permalink
switch arm builds out of actuated and back into github
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Oct 25, 2024
1 parent 664a075 commit c129e8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,18 +138,16 @@ jobs:
arch: "386"
- os: ubuntu-latest
arch: amd64
- os: ubuntu-latest
arch: arm64
- os: macos-13
arch: amd64
- os: macos-latest
- os: otel-linux-arm64
arch: arm64
- os: windows-latest
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 c129e8b

Please sign in to comment.