Skip to content

Commit

Permalink
[ci] use gcc-11 on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 18, 2024
1 parent 5fede85 commit 9b4c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
gcc -v
if [ "$RUNNER_OS" == "macOS" ]; then
make -C src oct CC=gcc-11 CXX=g++-11 MEXLINKOPT="-static" USERLINKOPT="-v -s"
make -C src oct CC=gcc-11 CXX=g++-11 USERLINKOPT="-v -s"
otool -L zipmat.mex
#upx -9 zipmat.mex || true
else
Expand Down

0 comments on commit 9b4c1d7

Please sign in to comment.