PragmaTwice commented on code in PR #1295:
URL: https://github.com/apache/incubator-fury/pull/1295#discussion_r1440547771
##########
.github/workflows/ci.yml:
##########
@@ -148,9 +132,13 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- run: ./ci/run_ci.sh rust
+
cpp:
name: C++ CI
- runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ os: [ubuntu-latest, macos-latest]
Review Comment:
Actually it's a hard problem for arm64-based GitHub Action runners (it is
currently not supported by GitHub official runners, but supported only in
self-hosted runners). cc @tisonkun may have some information.
ASF infra may have some experimental arm64-based runner for applying.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]