Skip to content

Commit 0a02e4c

Browse files
committed
ORC-1619: Add MacOS 14 to GitHub Action
### 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. Closes #1800 from dongjoon-hyun/macos14. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9627a24 commit 0a02e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- ubuntu-22.04
5050
- macos-12
5151
- macos-13
52+
- macos-14
5253
java:
5354
- 17
5455
- 21

0 commit comments

Comments
 (0)