Skip to content

Commit

Permalink
pinned to macos-12 in GitHub workflows until M1 Mac vs Intel Mac is r…
Browse files Browse the repository at this point in the history
…esolved
  • Loading branch information
duncanpo committed Apr 26, 2024
1 parent df432b0 commit 2ef793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
select-by-folder: opentelemetry-matlab/test
build-and-run-tests-macos:
runs-on: macos-latest
runs-on: macos-12 # pinned to macos-12 for now, macos-latest (macos-14) runs on M1 processors
env:
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
steps:
Expand Down

0 comments on commit 2ef793f

Please sign in to comment.