-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use setup-macos-aarch64-builder for aarch64 CI pipeline #9242
Conversation
@@ -322,7 +322,7 @@ jobs: | |||
with: | |||
submodules: true | |||
- name: Setup Rust toolchain | |||
uses: ./.github/actions/setup-macos-builder | |||
uses: ./.github/actions/setup-macos-aarch64-builder |
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.
should we remove ./.github/actions/setup-macos-builder ?
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.
EDIT: my bad this change for aarch64 only
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 thanks @viirya
@@ -322,7 +322,7 @@ jobs: | |||
with: | |||
submodules: true | |||
- name: Setup Rust toolchain | |||
uses: ./.github/actions/setup-macos-builder | |||
uses: ./.github/actions/setup-macos-aarch64-builder |
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 didn't point to correct builder in #9191. Although it seems also working. 🤔
Thanks @comphead |
Which issue does this PR close?
A follow up to #9191.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?