Skip to content

Commit cbd930d

Browse files
committed
Run on Mac with both Intel and Apple Silicon processors
1 parent 2637ab7 commit cbd930d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
with:
6666
select-by-folder: opentelemetry-matlab/test
6767
build-and-run-tests-macos:
68-
runs-on: macos-latest
68+
runs-on: ${{ matrix.os }}
69+
strategy:
70+
matrix:
71+
os: [macos-12, macos-14] # runs on Mac with both Intel and Apple Silicon processors
6972
env:
7073
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
7174
steps:

0 commit comments

Comments
 (0)