apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

feat: Use macos-arm64 github runnner to build napi package #386

Closed shibd closed 6 months ago

shibd commented 6 months ago

Motivation

For now, GitHub support MacOS arm64 runnner.

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

We can use the corresponding runner to compile the tests instead of cross-compiling.

Modifications

Verifying this change

Documentation