Skip to content

Commit

Permalink
CI: Replace deprecated macos-12 images with macos-13 (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 23, 2024
1 parent b780df1 commit cff99bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release]
os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-20.04, macos-13, windows-2019]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MATLAB Tests Workflow
maname: MATLAB Tests Workflow

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release]
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]
matlab_version: [R2022a, R2022b, R2023a]

steps:
Expand Down

0 comments on commit cff99bf

Please sign in to comment.