Skip to content

Commit 183926d

Browse files
authored
[chore] reenable arm testing (#10611)
#### Description Use the arm64 machines provisioned by open-telemetry/community#2156 #### Link to tracking issue Fixes #10606
1 parent b3699f2 commit 183926d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
arm-unittest-matrix:
2525
if: ${{ github.actor != 'dependabot[bot]' && (contains(github.event.pull_request.labels.*.name, 'Run ARM') || github.event_name == 'push' || github.event_name == 'merge_group') }}
26-
runs-on: macos-14
26+
runs-on: otel-linux-arm64
2727
steps:
2828
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -49,7 +49,7 @@ jobs:
4949
run: make -j4 gotest
5050
arm-unittest:
5151
if: ${{ github.actor != 'dependabot[bot]' && (contains(github.event.pull_request.labels.*.name, 'Run ARM') || github.event_name == 'push' || github.event_name == 'merge_group') }}
52-
runs-on: macos-14
52+
runs-on: otel-linux-arm64
5353
needs: [arm-unittest-matrix]
5454
steps:
5555
- name: Print result

0 commit comments

Comments
 (0)