Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/latest_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ operating system:

- TopoToolbox_win64.mltbx - 64-bit Windows platform
- TopoToolbox_glnxa64.mltbx - 64-bit Linux platform
- TopoToolbox_maci64.mltbx - 64-bit macOS platform
- TopoToolbox_maca64.mltbx - 64-bit macOS platform, Apple silicon
- TopoToolbox_nolibtt.mltbx - Platform-agnostic without libtopotoolbox

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.matlab-version }}
cache: ${{ matrix.os != 'windows-latest' }}
products: >
Mapping_Toolbox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
os: [ubuntu-latest, windows-latest, macos-latest]
mex: [ true ]
include:
- os: windows-latest
Expand Down
Loading