Closed shenxianpeng closed 1 month ago
The pull request introduces modifications to the build
job in the .github/workflows/build-amd64.yml
file. It adds the property fail-fast: false
to the strategy
section, altering the handling of failures in matrix jobs. The macOS runner is updated from macos-14
to macos-13
, and the path in a sed
command for patching CMake's libraries is changed from /opt/homebrew/Cellar
to /usr/local/Cellar
. The matrix configuration remains unchanged.
File | Change Summary |
---|---|
.github/workflows/build-amd64.yml | Added fail-fast: false to the strategy section of the build job; updated macOS runner from macos-14 to macos-13 ; changed sed command path from /opt/homebrew/Cellar to /usr/local/Cellar . |
.github/workflows/build-amd64.yml
file in this PR also involve modifications to the build job's configuration, specifically related to the clang-version
matrix, which is relevant to the changes made in the main PR regarding the build process.In the land of code where rabbits play,
A change was made to brighten the day.
Withfail-fast: false
, we hop along,
Letting all jobs run, where they belong!
Clang and OS in a merry dance,
In the workflow's rhythm, we take a chance! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit