From d116ed8d2917cf13a663fa2f882aa923841c05cf Mon Sep 17 00:00:00 2001 From: Pariterre Date: Tue, 13 Aug 2024 09:50:16 -0400 Subject: [PATCH] Added mac intel --- .github/workflows/publish_matlab_binaries.yml | 7 +++++-- .github/workflows/run_matlab_tests.yml | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_matlab_binaries.yml b/.github/workflows/publish_matlab_binaries.yml index a06575de..0fbb0666 100644 --- a/.github/workflows/publish_matlab_binaries.yml +++ b/.github/workflows/publish_matlab_binaries.yml @@ -11,13 +11,16 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, macos-13, windows-latest] include: - os: ubuntu-latest label: linux-64 prefix: /usr/share/miniconda3/envs/ezc3d - os: macos-latest - label: osx-64 + label: osx-arm64 + prefix: /Users/runner/miniconda3/envs/ezc3d + - os: macos-13 + label: osx-intel prefix: /Users/runner/miniconda3/envs/ezc3d - os: windows-latest label: win-64 diff --git a/.github/workflows/run_matlab_tests.yml b/.github/workflows/run_matlab_tests.yml index 4c4037a8..d8050d42 100644 --- a/.github/workflows/run_matlab_tests.yml +++ b/.github/workflows/run_matlab_tests.yml @@ -9,13 +9,16 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, macos-13, windows-latest] include: - os: ubuntu-latest label: linux-64 prefix: /usr/share/miniconda3/envs/ezc3d - os: macos-latest - label: osx-64 + label: osx-arm64 + prefix: /Users/runner/miniconda3/envs/ezc3d + - os: macos-13 + label: osx-intel prefix: /Users/runner/miniconda3/envs/ezc3d - os: windows-latest label: win-64