diff --git a/.github/latest_release.md b/.github/latest_release.md index d7f1df5..ae4bf81 100644 --- a/.github/latest_release.md +++ b/.github/latest_release.md @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e1711c..35c89ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b822a59..371b677 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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