From 5dbb2b162d5643115321fb97a9ac9b36f3631c96 Mon Sep 17 00:00:00 2001 From: Pariterre Date: Wed, 14 Aug 2024 12:09:52 -0400 Subject: [PATCH] Trying something for macos-arm64 --- .github/workflows/publish_matlab_binaries.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish_matlab_binaries.yml b/.github/workflows/publish_matlab_binaries.yml index 7c469992..f3068352 100644 --- a/.github/workflows/publish_matlab_binaries.yml +++ b/.github/workflows/publish_matlab_binaries.yml @@ -94,6 +94,13 @@ jobs: cd $MAIN_FOLDER if: matrix.label == 'win-64' + - name: Do some shinanigans on MACOS-ARM64 + run: | + # Since Github actions arm64 provides the wrong "uname -m", we change it by hand + cd $HOME/ezc3d_matlab + for old in *.mexmaci64; do mv $old `basename $old .mexmaci64`.mexmaca64; done + cd $MAIN_FOLDER + - name: Build MATLAB archives on UNIX run: | cp -r $HOME/ezc3d_matlab .