-
Notifications
You must be signed in to change notification settings - Fork 53
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
CI: Update macOS and Xcode versions ... once again #380
Comments
Another issue seems to be with |
Thanks for reporting this!
Indeed: #383.
We could try that, but I'm not sure it's worth it.
I wish, but it seems that it is still limited to paying customers, see actions/runner-images#8439 (comment).
Let's hope that was just a temporary glitch. |
I don't think it actually was, there's this message in the logs:
I guess we should drop |
It's fine for now, then. :)
That is unfortunate. We will have to wait then.
Ah, I did not see that warning before. But the build failed for me on multiple occasions. Hence, dropping |
@HaHeho @mgeier You can try FlyCI's M1 and M2 runners. They are on average 2x faster and 2x cheaper than GitHub's AND we have a free tier for OSS projects (see below). Install Instructions
jobs:
ci:
- runs-on: macos-latest
+ runs-on: flyci-macos-large-latest-m1
steps:
- name: 👀 Checkout repo
uses: actions/checkout@v4 500 mins/month Free for Public ReposSince your repo is public, FlyCI offers 500 mins/month of free M1 runner usage with the Don't hesitate to contact us in case the free tier doesn't suit your needs or you experience any issues with the runners. Our team is here to support you! Best Regards, |
https://github.com/HaHeho/ssr/actions/runs/7278435279/job/19832862548 for
macos-11, Xcode_11.7
failed withHence, at least that one configuration should be removed. To prevent that we have to update these configurations regularly, maybe we should stick to manually selected macOS versions (currently
macos-11
,macos-12
,macos-13
), but an automatically updated Xcode version, e.g., with https://github.com/marketplace/actions/setup-xcode-version.Also, Apple Silicon runners may be available now, so a configuration should probably be included?
https://github.com/actions/runner-images/blob/main/images/macos/macos-13-arm64-Readme.md.
The text was updated successfully, but these errors were encountered: