This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 2562009cd ORC-1161: Add MacOS 12 and remove MacOS 10
2562009cd is described below
commit 2562009cda8e5bca07d477061ec278ce6c9083c6
Author: William Hyun <[email protected]>
AuthorDate: Wed Apr 27 19:40:02 2022 -0700
ORC-1161: Add MacOS 12 and remove MacOS 10
This PR aims to add MacOS 12 and remove MacOS 10.
The latest version is MacOS 12.
https://github.com/actions/virtual-environments
- System Version: macOS 12.3.1 (21E258)
- Kernel Version: Darwin 21.4.0
- Image Version: 20220425.3
- Cmake 3.23.1
- Clang/LLVM 13.1.6
- gcc-11 (Homebrew GCC 11.2.0_3) 11.2.0
- Java 8/11/17 (Eclipse Temurin)
Pass the CIs.
Closes #1101
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 7fea26948145dd0efa238e7dacd3039bab71b738)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index ec4b98846..17cc4b89c 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -17,8 +17,8 @@ jobs:
matrix:
os:
- ubuntu-20.04
- - macos-10.15
- macos-11
+ - macos-12
java:
- 1.8
- 11