-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOs Ci is broken #656
Comments
Perhaps crystal-lang/crystal#13069 might have sth to do with it? |
@Sija That can't be. The failure happens with both nightly and the 1.7.2 release. So it must be inherent to the runner image.
However, I presume it's probably the same as actions/runner-images#7128 (comment) |
This can be fixed by installing - name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
brew install pkg-config But this is already fixed in the upstream actions/runner-images#7125. |
Thanks @straight-shoota @Sija @mamantoha 🙏 |
Fixed now, can be seen in the latest run https://github.com/kemalcr/kemal/actions/runs/4654085351 |
MacOS CI is broken on both latest and nightly on
run spec
with the following error. //cc @SijaThe text was updated successfully, but these errors were encountered: