Skip to content

Commit

Permalink
Merge pull request #89 from robotology/traversaro-patch-6
Browse files Browse the repository at this point in the history
CI: Replace deprecated macos-12 images with macos-13
  • Loading branch information
traversaro authored Dec 12, 2024
2 parents 825b613 + 8ef1fd0 commit 8e00867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
build_type: [Release]
os: [ubuntu-latest, windows-2019, macos-12]
os: [ubuntu-latest, windows-2019, macos-13]
fail-fast: false

steps:
Expand Down

0 comments on commit 8e00867

Please sign in to comment.