-
Notifications
You must be signed in to change notification settings - Fork 976
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
2.321 on macOS 10.14 fails with "The SSL connection could not be established, see inner exception." #3612
Comments
We have to upgrade the dotnet SDK we use in the runner since the SDK was on dotnet 6 which ends its LTS. 😢 It looks like the dotnet 8 doesn't support macOS 10.14 anymore. Are you able to upgrade to macOS 10.15 so the new runner can work on your OS? |
Unfortunately not! :-( |
Any idea how long v2.320.0 will still be supported? |
Like documented 30 days after the v2.321.0 has been created it is fully unsupported. So ca. 12-13. December, this is pretty soon.
I can build macOS 10.10 software on macOS 13.0 hosted runners (free contingent available) without problems, but you are right running tests against 10.14 is nearly impossible. starting with the macos-14 hosted runners this would require changing the architecture to intel as those are m1 or later systems. e.g.
|
Hmmm.. that's pretty close. :-(
Yes, I know. I thought of using the macos-13 runner, but I have some very long builds (clang, riscv-none-elf-gcc, arm-none-eabi-gcc) that I'm afraid will not fit the 6 hours limit of the free runners. And I'm not very keen on buying an Intel Mac for this.. :-( |
Describe the bug
The auto-update installed v2.321.0 and the runner no longer starts.
I removed everything and re-installed from scratch, and the config.sh failed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The config.sh step to pass.
Runner Version and Platform
Version of your runner: 2.321.0
OS of the machine: macOS 10.14
What's not working?
Job Log Output
Runner and Worker's Diagnostic Logs
Runner_20241206-100917-utc.log
v2.320.0 is fine, so one of the recent changes is no longer compatible with older macOSes.
As a workaround I configured the runner to disable auto-update, but this is not a long time solution.
Support for older macOS system is a must, since most binary distributions target 10.13 or 10.14 as their base system, and these binaries are built on older macOSes.
The text was updated successfully, but these errors were encountered: