From b63904b4f01ab0ca15ba0aada5aca94cc7684649 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 27 Feb 2026 19:14:03 +0100 Subject: [PATCH] [ENH] test on oldest and latest matlab --- .github/workflows/run_tests_matlab.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_tests_matlab.yml b/.github/workflows/run_tests_matlab.yml index 070620f..49698b8 100644 --- a/.github/workflows/run_tests_matlab.yml +++ b/.github/workflows/run_tests_matlab.yml @@ -23,11 +23,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, windows-latest] - version: [R2021a, R2023b] - include: - - os: macos-14 - version: R2023b + os: [ubuntu-latest, macos-latest, windows-latest] + version: [R2021a, R2025b] runs-on: ${{matrix.os}}