Skip to content

Commit

Permalink
CI: Replace deprecated macos-12 images with macos-13 (#12)
Browse files Browse the repository at this point in the history
The `macos-12` is now deprecated and will be removed soon, see actions/runner-images#10721 . To continue testing macOS with Intel processor, we can switch to use `macos-13`.
  • Loading branch information
traversaro authored Dec 9, 2024
1 parent 42c6ad2 commit 6c80d58
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-12]
os: [ubuntu-latest, windows-latest, macos-13]
matlab_version: [R2021a, R2021b, R2022a]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6c80d58

Please sign in to comment.