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

github/workflows: use macos-15 GitHub Actions runners. #18462

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeMcQuaid
Copy link
Member

  • Let's use this instead of macOS 14/latest when possible.
  • Keep around macOS 13 to ensure we're still testing x86_64.

- Let's use this instead of macOS 14/latest when possible.
- Keep around macOS 13 to ensure we're still testing x86_64.
@MikeMcQuaid
Copy link
Member Author

installer: Error - You must install the Command Line Tools (CLT) before installing Homebrew by running xcode-select --install from a Terminal.

Blocked until GitHub sorts this out I guess.

@MikeMcQuaid MikeMcQuaid marked this pull request as draft September 30, 2024 08:49
auto-merge was automatically disabled September 30, 2024 08:49

Pull request was converted to draft

Copy link
Member

@ZhongRuoyu ZhongRuoyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this will conflict with #18395 (which I forgot to merge). Can we :shipit: that first if you don't mind?

@MikeMcQuaid
Copy link
Member Author

@ZhongRuoyu Sure, done!

@@ -84,7 +84,7 @@ def run
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
os: [ubuntu-22.04, macos-13, macos-15]
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not:

Suggested change
os: [ubuntu-22.04, macos-13, macos-15]
os: [ubuntu-22.04, macos-14, macos-15]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOS 13 is x86_64. macOS 14 and 15 are arm64.

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

Successfully merging this pull request may close these issues.

4 participants