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 macOS x86_64 wheel build CI runner to 10.13 #13470

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. Update macOS x86_64 wheel build CI runner to 10.13

    Github actions has deprecated their macOS 10.12 CI runner and will be
    removing it in December, 2024. We were using this macOS runner because
    our target OS version for intel mac is 10.12. However, with this
    enviornment being removed by Github we must upgrade to continue running
    the jobs.
    
    This commit does not bump the MACOSX_DEPLOYMENT_TARGET environment
    variable (which is used to set the target OS version for intel macs)
    though, because we should test if we can build it compatibility
    mode from a newer version of macOS. If this fails then we can bump this
    to 10.13 in a subsequent commit on this PR and add an upgrade release
    note to document the change.
    mtreinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    373336e View commit details
    Browse the repository at this point in the history