File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323jobs :
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
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
You can’t perform that action at this time.
0 commit comments