Skip to content

Commit

Permalink
trying to reinstate M1 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Aug 14, 2024
1 parent 35e351e commit 43474bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-m1, macos-13, windows-latest]
include:
- os: ubuntu-latest
label: linux-64
prefix: /usr/share/miniconda3/envs/ezc3d
# - os: macos-latest
# label: osx-arm64
# prefix: /Users/runner/miniconda3/envs/ezc3d
- os: macos-m1
label: osx-arm64
prefix: /Users/runner/miniconda3/envs/ezc3d
- os: macos-13
label: osx-intel
prefix: /Users/runner/miniconda3/envs/ezc3d
Expand Down

0 comments on commit 43474bf

Please sign in to comment.