-
-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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 Bump macOS version to 13 on Azure #30185
CI Bump macOS version to 13 on Azure #30185
Conversation
Co-authored-by: Loïc Estève <[email protected]>
echo "##vso[task.prependpath]$CONDA/bin" | ||
|
||
# Take ownership of conda installation | ||
sudo chown -R $USER $CONDA |
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.
You need this only when conda is installed so maybe put it in a else clause of if [[ -z "${CONDA}" ]]
?
IIRC CONDA
is a system folder which somehow causes issue somewhere ...
7ee870c
to
53dbe9f
Compare
I pushed some simplification for the script which hopefully should not break things too much 🤞 |
Nice @lesteve |
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.
Thanks for keeping at it until it worked!
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.
LGTM
See actions/runner-images#10721. macOS-12 removal on Azure is scheduled for December 2024, brownout windows will start in November 2024.