Skip to content
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 GitHub Actions runner to macos-14 #868

Closed
yukawa opened this issue Feb 2, 2024 · 0 comments
Closed

Update GitHub Actions runner to macos-14 #868

yukawa opened this issue Feb 2, 2024 · 0 comments

Comments

@yukawa
Copy link
Collaborator

yukawa commented Feb 2, 2024

Description

New M1 macOS runner is now available for free in public repositories.

Let's switch to macos-14 runner to improve our CI turn-around time.

Version or commit-id

4efc545

hiroyuki-komatsu pushed a commit that referenced this issue Feb 6, 2024
This is a follow up commit to my previous commit [1], which upgraded
GitHub Actions runner for macOS builds to 'macos-14' (#868).

While we still support Python 3.9 to build Mozc on macOS environment,
currently we cannot use 'setup-python' to set up Python 3.9 in
'macos-14' runner [2]. Also we don't use 'setup-python' in other
platforms such as Windows build.

For simplicity, let's just use the default python in the runner [3],
which is Python 3.11 as of writing. Then we should no longer see
errors from 'setup-python' in the build summary [4].

#codehealth

 [1]: 4af1a44
 [2]: actions/setup-python#808
 [3]: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md
 [4]: actions/setup-python#809

PiperOrigin-RevId: 604223079
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant