You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/04/28 02:40:24 UTC

[orc] branch main updated: ORC-1161: Add MacOS 12 and remove MacOS 10

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 7fea26948 ORC-1161: Add MacOS 12 and remove MacOS 10
7fea26948 is described below

commit 7fea26948145dd0efa238e7dacd3039bab71b738
Author: William Hyun <wi...@apache.org>
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 <do...@apache.org>
---
 .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 062696ef6..05bdfbd9d 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