Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💚 ⬆️ Upgrade the pinned version of the runner to 14-large (#1153)
* 💚 ⬆️ Upgrade the pinned version of the runner to 14-large This should still have the correct environment variable because `14-large` runs x64 https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md `macos-14` now runs amd, and we have to figure out how to run it. Maybe we can run both as part of a schedule instead of on every pull request * 💚 Switch to the macos version supported for free public repos Switch to the environmental variable supported by it https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md * 💚 Set all instances of JAVA_HOME to the new arm64 value
- Loading branch information