-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Pin cmake version in macOS github Actions #25998
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fs-eire
approved these changes
Sep 9, 2025
snnn
added a commit
that referenced
this pull request
Sep 10, 2025
As a temporary solution for the actions/runner-images#12934 issue. Azure DevOps pipelines and Gtihub Actions are updating cmake to version 4.* starting from September 8th . However, our macOS build's coreml EP has a dependency that still depends on cmake 3.x. This PR provides a hotfix to the issue. This PR does not address the concern for ADO pipelines, which will be solved later.
snnn
added a commit
that referenced
this pull request
Sep 15, 2025
As a temporary solution for the actions/runner-images#12934 issue. Azure DevOps pipelines and Gtihub Actions are updating cmake to version 4.* starting from September 8th . However, our macOS build's coreml EP has a dependency that still depends on cmake 3.x. This PR provides a hotfix to the issue. This PR does not address the concern for ADO pipelines, which will be solved later.
This was referenced Sep 15, 2025
snnn
added a commit
that referenced
this pull request
Sep 16, 2025
This PR cherry-picks several commits from the main branch to the rel-1.23.0 release branch as part of the release process. ### Changes included: * **Major Refactoring of Azure DevOps Pipelines (#26008)** * Commit: `2e6d7ccfdff55aaf7b0799d7e28b041e607dce2b` * **Disables failing test to unblock Python DML Pipeline (#26043)** * Commit: `64c8f40d01bf14b3cf7ac4cf8606ad9e0e56feb0` * **Pin cmake version in macOS github Actions (#25998)** * Commit: `148f13cc6b44cae156226cd4e0dcfc154691c5b4` * **Bump actions/setup-python from 5 to 6 (#25979)** * Commit: `97a8d332595c974ad24be133df216565493ffb95` * **Remove CACHE_URL settings from Github Actions (#25989)** * Commit: `e2a0999ba4b224ab90ef7a8768dd4941fcc19b17` * **Bump actions/checkout from 4 to 5 (#25771)** * Commit: `f19215db21f8e1a8fc93090748e455f41076f456` * **Bump ruff from 0.12.8 to 0.12.9 (#25772)** * Commit: `78df404871fa2f3fbbb7f1902f9623787ba8dc86` * **Bump ruff from 0.12.4 to 0.12.8 (#25713)** * Commit: `7204746e709005d2c7294e7a24d63a2df4a1aee8` * **Update macOS target version from 13.3 to 13.4 (#25616)** * Commit: `65bd82564cd31e0acf9139cdd826d08193212c6e` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Prathik Rao <[email protected]>
This PR has been cherry-picked into the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As a temporary solution for the actions/runner-images#12934 issue.
Azure DevOps pipelines and Gtihub Actions are updating cmake to version 4.* starting from September 8th . However, our macOS build's coreml EP has a dependency that still depends on cmake 3.x. This PR provides a hotfix to the issue.
This PR does not address the concern for ADO pipelines, which will be solved later.