You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: