This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new db5ecfcbc ORC-1432: Add MacOS 13 GitHub Action Job
db5ecfcbc is described below
commit db5ecfcbc75537fcf45aa76996090c7216e51085
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 21 01:45:39 2023 -0700
ORC-1432: Add MacOS 13 GitHub Action Job
### What changes were proposed in this pull request?
This PR aims to add `MacOS 13` GitHub Action Job.
### Why are the changes needed?
`MacOS 13 Ventura` is the latest MacOS.
- https://en.wikipedia.org/wiki/MacOS_Ventura
### How was this patch tested?
Pass the CIs.
Closes #1511 from dongjoon-hyun/macos-13.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index f70d389a1..a5d7048f3 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -26,6 +26,7 @@ jobs:
- ubuntu-22.04
- macos-11
- macos-12
+ - macos-13
java:
- 8
- 11