-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][C++] Add a GHA job for macOS ARM #40082
Comments
What does #40072 have to do with this? |
I think this isn't a duplicate. As I understand it #40077 is about replacing the crossbow self-hosted runners with gh runners and this issue is about adding an M1 job to PR ci in apache/arrow (e.g. in |
Sorry... I used wrong issue number. GH-40077 is what I want to use.
Ah, I understand. Sorry for my wrong close. |
### Rationale for this change We can use GitHub hosted M1 macOS runner. ### What changes are included in this PR? * Add a job on macos-14 * Update expected L2 CPU cache range to 32KiB-12MiB from 32KiB-8MiB because M1 macOS runner has 12MiB * Disable arrow-s3fs-test for now. It'll be fixed by GH-40410 ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #40082 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Issue resolved by pull request 40456 |
Describe the enhancement requested
GitHub added availability of macOS ARM (M1) runners a couple of weeks ago for Open Source projects:
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
It would be good to add a CI check for Arrow C++ on those runners.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: