You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
110
-
# This is a bug in the macOS runner image where the pre-installed Python is installed in the same
111
-
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
112
-
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
105
-
# This is a bug in the macOS runner image where the pre-installed Python is installed in the same
106
-
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
107
-
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
108
-
# Note: when a new LLVM is released, the homebrew installation directory changes, so the builds will fail.
109
-
# We either need to upgrade LLVM or change the directory being pointed to.
0 commit comments