Skip to content

Commit

Permalink
Changed name of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Aug 14, 2024
1 parent 2bb2815 commit 18f919c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_matlab_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-14-arm64, macos-13, 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-14-arm64
- os: macos-latest
label: osx-arm64
prefix: /Users/runner/miniconda3/envs/ezc3d
- os: macos-13
Expand Down

0 comments on commit 18f919c

Please sign in to comment.