Skip to content

Commit

Permalink
Try Linux with 2023b
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Oct 10, 2024
1 parent f4785b2 commit 6db235e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022,macos-13,ubuntu-22.04]
os: [windows-2022,macos-13,ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand All @@ -35,7 +35,7 @@ jobs:
if: runner.os == 'Linux'
uses: matlab-actions/[email protected]
with:
release: R2023a
release: R2023b
- name: Set up MEX
uses: matlab-actions/run-command@v2
with:
Expand Down

0 comments on commit 6db235e

Please sign in to comment.