Skip to content

Commit

Permalink
pin mac github runner to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 26, 2024
1 parent bf16a65 commit 6ee31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
command: addpath(fullfile("${{ env.LIBMEXCLASS_INSTALL_PREFIX }}")), addpath(fullfile("example", "matlab")), c = example.Car("A", "B", "C")
mac:
runs-on: macos-latest
runs-on: macos-12
env:
LIBMEXCLASS_INSTALL_PREFIX: "~/install"
steps:
Expand Down

0 comments on commit 6ee31d0

Please sign in to comment.