Skip to content

Commit 384a8e6

Browse files
committed
Added published osx arm64 binaries
1 parent ba374e8 commit 384a8e6

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/publish_matlab_binaries.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-13, windows-latest]
14+
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
1515
include:
1616
- os: ubuntu-latest
1717
label: linux-64
1818
prefix: /usr/share/miniconda3/envs/ezc3d
19-
# - os: macos-latest
20-
# label: osx-arm64
21-
# prefix: /Users/runner/miniconda3/envs/ezc3d
19+
- os: macos-latest
20+
label: osx-arm64
21+
prefix: /Users/runner/miniconda3/envs/ezc3d
2222
- os: macos-13
2323
label: osx-intel
2424
prefix: /Users/runner/miniconda3/envs/ezc3d
@@ -54,20 +54,12 @@ jobs:
5454
conda list
5555
git submodule update --init --recursive
5656
57-
- name: Install MATLAB on WINDOWS, LINUX and MACOS-Intel
57+
- name: Install MATLAB
5858
uses: matlab-actions/setup-matlab@v2
5959
with:
6060
cache: true
6161
if: matrix.label != 'osx-arm64'
6262

63-
- name: Install MATLAB on MACOS-Arm64
64-
uses: matlab-actions/setup-matlab@v2
65-
with:
66-
# The version of MATLAB of R2024a does not contain MX_LIBRARY
67-
release: R2023a
68-
cache: true
69-
if: matrix.label == 'osx-arm64'
70-
7163
- name: Build ezc3d on UNIX
7264
run: |
7365
MAIN_FOLDER=`pwd`

.github/workflows/run_matlab_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
conda list
5353
git submodule update --init --recursive
5454
55-
- name: Install MATLAB on WINDOWS and LINUX
55+
- name: Install MATLAB
5656
uses: matlab-actions/setup-matlab@v2
5757
with:
5858
cache: true

0 commit comments

Comments
 (0)