Skip to content

Commit

Permalink
removed macos-12 tests
Browse files Browse the repository at this point in the history
no longer supported by Github Actions
replaced by macos-13, 14 and 15.
  • Loading branch information
Cyan4973 committed Dec 4, 2024
1 parent 26e1d5c commit 454c8b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,9 @@ jobs:
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
matrix:
system: [
{ os: macos-12 },
{ os: macos-13 },
{ os: macos-14 },
{ os: macos-15 },
{ os: macos-latest },
]
steps:
Expand Down

0 comments on commit 454c8b8

Please sign in to comment.