-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix broken CI pipeline #55
Conversation
it;'s fine to use latest xcode
@@ -12,8 +12,8 @@ jobs: | |||
runs-on: macos-latest | |||
steps: | |||
- uses: actions/checkout@v1 | |||
- name: Select Xcode 12.2 | |||
run: sudo xcode-select -s /Applications/Xcode_12.2.app | |||
- name: Print Xcode version |
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.
Is this fixing something specific you're facing?
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.
Rarely but sometimes older versions get deprecated. E.g
Min version is 12.4 after this one.
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.
i believe this plugin has little dep on xcode and its implementations so it's fine to just rely on latest version for now until we face problems
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.
Discussed offline, see an example: https://github.com/bazel-ios/cocoapods-bazel/runs/4740577782?check_suite_focus=true
That said I'm ok with changing this for now and see how CI behaves
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.
Thx for sharing the example too @chenxiao0228!
it;'s fine to use latest xcode
broken CI: https://github.com/bazel-ios/cocoapods-bazel/runs/4740577782?check_suite_focus=true