Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
The old matlab versions used in CI do not support `macos-latest`, so let's pin `macos-12` (at least until it is supported).
  • Loading branch information
traversaro authored Nov 14, 2024
1 parent 1af9a41 commit ed85d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-12]
matlab_version: [R2021a, R2021b, R2022a]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit ed85d4d

Please sign in to comment.