This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 3d3f3b55e ORC-1432: Add MacOS 13 GitHub Action Job
3d3f3b55e is described below
commit 3d3f3b55e66708c0d8289c491280ee9a232fdc06
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 32a258f31..b79094a2a 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -31,6 +31,7 @@ jobs:
- ubuntu-22.04
- macos-11
- macos-12
+ - macos-13
java:
- 8
- 11