-
Notifications
You must be signed in to change notification settings - Fork 28
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
[CI] Switch MacOS job from old 12 to new 14 #749
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Basic builds / MacOS (macos-14) build failed:
$ python3 -m pip install -r third_party/requirements.txt
error: externally-managed-environment
Done. It seems these reqs are not even used in MacOS workflow - I removed it. |
Another error now:
|
the latest distros now do not allow global pip installation.
6a548ff
to
cccc1ef
Compare
I've tested this on my fork, but I guess I done it poorly... Now should be fine...? fingers crossed 😉 |
Change based on the warning in macos 12 job (as
brew
printed:We (and Apple) do not provide support for this old version.
)// https://github.com/oneapi-src/unified-memory-framework/actions/runs/10994309175/job/30527923269#step:4:10