Skip to content

Commit

Permalink
Run on Mac with both Intel and Apple Silicon processors
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed May 2, 2024
1 parent 2637ab7 commit cbd930d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
with:
select-by-folder: opentelemetry-matlab/test
build-and-run-tests-macos:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-14] # runs on Mac with both Intel and Apple Silicon processors
env:
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
steps:
Expand Down

0 comments on commit cbd930d

Please sign in to comment.