Skip to content

Commit

Permalink
Update cmake_ci.yml to use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored Dec 23, 2023
1 parent 0fbbea3 commit b9c595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os:
- windows-2022
- ubuntu-22.04
- macos-12
- macos-13
compiler:
- llvm
- gcc
Expand Down

2 comments on commit b9c595f

@ahbarnett
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THanks for being so on it! Quite weird that segfaults started there; I was only changing docs ;) Happy holidays, Alex

@lu1and10
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THanks for being so on it! Quite weird that segfaults started there; I was only changing docs ;) Happy holidays, Alex

Sometimes the github action runner node fail the ci randomly, may be nodes env setup are slightly different, macos-13 seems to be more stable. Happy holidays, Libin

Please sign in to comment.