apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
675 stars 480 forks source link

ORC-1619: Add `MacOS 14` to GitHub Action #1800

Closed dongjoon-hyun closed 6 months ago

dongjoon-hyun commented 6 months ago

What changes were proposed in this pull request?

This PR aims to add MacOS 14 to GitHub Action.

Why are the changes needed?

As of now, the latest MacOS is 14.3.1.

$ sw_vers
ProductName:        macOS
ProductVersion:     14.3.1
BuildVersion:       23D60
$ g++ --version
Apple clang version 15.0.0 (clang-1500.1.0.2.5)

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

dongjoon-hyun commented 6 months ago

Merged to main/2.0.