Skip to content

Commit

Permalink
Added mac intel
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 13, 2024
1 parent 3ad2c69 commit d116ed8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_matlab_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d116ed8

Please sign in to comment.