apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
192 stars 40 forks source link

fix(ci): disable macos ci for the arrow library installed by brew is incomplete #525

Closed acezen closed 1 week ago

acezen commented 1 week ago

Reason for this PR

The arrow in Homebrew has disable ORC support currently, which would make graphar get compile error in macos.

What changes are included in this PR?

disable the macos ci

Are these changes tested?

yes

Are there any user-facing changes?

NO