-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Replace macos-14 and macos-13 with macos-15 and macos-15-intel as deprecation by 2025/11 #18772
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
Replace macos-14 and macos-13 with macos-15 and macos-15-intel as deprecation by 2025/11 #18772
Conversation
857c684 to
43a5f31
Compare
|
Thanks @peterzhuamazon , let's keep in draft for now |
|
I just noticed this PR as I ran into this same issue over on https://github.com/msfroh/cluster-etcd/pull/10, as I added a dependency on Docker and was using I was wondering if it would be possible to use self-hosted runners running on one of the cloud providers to get newer Macs. Unfortunately, it looks like AWS doesn't offer M3/M4 Macs yet, and none of the other big cloud providers seem to offer Macs at all (from what I could find). I did some Googling to see if I could find any options for cloud-based Macs that support M3/M4s. I found this Reddit post with some links to smaller providers that offer M4 Macs with 16GB of RAM for ~$120/month or 99€/month, depending on which one you pick. Of course, then we would need someone to maintain those instances. |
|
This PR is stalled because it has been open for 30 days with no activity. |
|
I think github has make the latest tag change live now. |
Signed-off-by: Peter Zhu <[email protected]>
43a5f31 to
b709393
Compare
… as it takes long time Signed-off-by: Peter Zhu <[email protected]>
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-18772-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2f7e9c7e1d6644973297e741eca197b23f789e81
# Push it to GitHub
git push --set-upstream origin backport/backport-18772-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19Then, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-3.3 3.3
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.3
# Create a new branch
git switch --create backport/backport-18772-to-3.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2f7e9c7e1d6644973297e741eca197b23f789e81
# Push it to GitHub
git push --set-upstream origin backport/backport-18772-to-3.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.3Then, create a pull request where the |
|
Backport #19892 |

Description
Replace macos-14 and macos-13 with macos-15 and macos-15-intel as deprecation by 2025/11
Related Issues
#13417 (comment)
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.