-
Notifications
You must be signed in to change notification settings - Fork 129
Fix tests on macOS 13 #354
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
Conversation
@swift-ci please test |
Interesting, looks like this failure actually isn't macOS 13 specific but also happening on the Linux CI? |
@swift-ci please test |
I think I am going to undo the |
fece6dd
to
8dc6e95
Compare
@swift-ci please test |
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.
one suggestion
8dc6e95
to
c5f8abf
Compare
Python is no longer installed in `/usr/bin`, so support `/usr/local` as well. In the medium term, we should not depend on Python for these tests.
c5f8abf
to
febd475
Compare
@swift-ci please test |
Python is no longer installed in
/usr/bin
, so support/usr/local
as well. In the medium term, we should not depend on Python for these tests.