-
Notifications
You must be signed in to change notification settings - Fork 2
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
^ Update os references in action configs #51
Conversation
a1d486c
to
800196c
Compare
@toobuntu See if you want to take a look |
Some general thoughts:
[1] Homebrew/brew#16752 |
|
I see you tried
|
Have you tried |
# Use macos-14 for arm64 architecture: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ | ||
# macos-latest refers to the macos-12 (x86_64) runner image until April–June 2024: https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/ and https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories | ||
runs-on: macos-14 | ||
# macos-latest refers to macOS 14 Arm64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# macos-latest refers to macOS 14 Arm64 | |
# macos-latest refers to macOS on arm64 |
To avoid having to update this when latest
refers to 15+, might as well just reference the important part which is that we need arm and latest
is now arm instead of Intel.
Ubuntu latest will soon be switched to 24 LTS
96b7839
to
520371d
Compare
Updated |
LGTM |
Should we just remove |
Yes, and there is no need to keep the etags dir around, either. rm -rf .github/workflows/update-actionlint-workflow.yml .github/etags |
Ubuntu latest will soon be switched to 24 LTS