-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
GHA CI: don't use hardcoded path #20763
Conversation
Note that the recent CI failure on macOS is unrelated to this change. In short the homebrew made a mistake when packaging openssl 3.3.0 and they fixed it afterwards. The macOS image cached the faulty openssl 3.3.0 package before the fix was released and now we are stuck with it. AFAIK macOS image will be updated weekly so the issue will resolve itself eventually (when macOS image updates to the latest openssl package). |
Shouldn't we wait for that before we merge this PR? |
OK I'll trigger rebuild of macOS CI jobs when the new image is released. And merge this when it build successfully. |
|
Someone reported it: actions/runner-images#9755 |
Is there a reason we keep this at
New C++ projects you create in Xcode use C++20 language dialect by default |
I did attempt to change it but it resulted in build errors. I already submitted patches to libtorrent (and merged) but that branch hasn't seen a new release. |
New macOS image deployed with openssl/homebrew package fix, re-ran CI on all 4x macOS builds which have passed. |
No description provided.