-
Notifications
You must be signed in to change notification settings - Fork 32
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
Bump platform tools version #77
Conversation
Before merging, I'll investigate why the CI is failing. |
20f101e
to
98adf23
Compare
b58edc1
to
ff6823f
Compare
@dmakarov I included other changes in this PR to make the CI pass. Would you like to check it again before merging? The default GitHub runner for MacOS is now an ARM computer, not an x86. |
.github/workflows/main.yml
Outdated
@@ -95,11 +95,11 @@ jobs: | |||
- name: Download macOS tarball | |||
uses: actions/download-artifact@v3 | |||
with: | |||
name: platform-tools-osx-x86_64.tar.bz2 | |||
name: platform-tools-osx-aarch.tar.bz2 |
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.
shouldn't this be aarch64?
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 missed that one. Thanks for catching.
No description provided.