Skip to content

Commit

Permalink
Use Ubuntu 24.04 in one-line MATLAB installer (#1772)
Browse files Browse the repository at this point in the history
Workaround for #1771 .
  • Loading branch information
traversaro authored Dec 17, 2024
1 parent 1455ff7 commit c488fce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/matlab-one-line-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, windows-latest]
matlab_version: [R2022a, R2022b, R2023a, latest]
exclude:
# R2020* is not supported on Windows on GitHub Actions
- os: windows-latest
matlab_version: R2020b
os: [ubuntu-24.04, macos-13, windows-latest]
matlab_version: [R2022a, R2023a, R2024a, latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c488fce

Please sign in to comment.