-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
[v1.4] Downgrade Python to 3.11 for macOS CI builds #2182
Conversation
Hmm CMake keeps detecting 3.12 🤔:
I think that it works for the runner 20230921.1, but not for 20231029.1. Some changes there:
I can't explain why it seems to work in |
Oh, v1.4 uses CMake to detect Python:
|
Ok let's see. In the current CI run, iOS has the older runner image, and macOS has the new one. If your latest suggestion fixes it, both should work 👍. |
Seems better! Good catch @julianoes! |
b1a6bc9
to
804860c
Compare
Now Windows breaks 🙈. Retrying with |
cf4d800
to
7acbbd1
Compare
7acbbd1
to
6239aa0
Compare
Signed-off-by: Julian Oes <[email protected]>
Backporting #2179