Skip to content

Commit

Permalink
Stop using macos-12 in GitHub Actions CI (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 7, 2024
1 parent 4901096 commit 1fffd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/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-latest]
fail-fast: false

steps:
Expand Down

0 comments on commit 1fffd15

Please sign in to comment.