chaokunyang commented on code in PR #1295:
URL: https://github.com/apache/incubator-fury/pull/1295#discussion_r1440551396


##########
.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:
   We never release fury python for Mac M1/M2, seems it's not easy to automate 
it. It's beyoud the scope of this PR, we can discuss it in #812



-- 
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]

Reply via email to