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 52f0b6512 ORC-1996: Remove `MacOS 13` from GitHub Action CI and docs
52f0b6512 is described below

commit 52f0b6512008bd295a391bff08bf9236d9d3aa3c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 12 11:33:40 2025 -0700

    ORC-1996: Remove `MacOS 13` from GitHub Action CI and docs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `MacOS 13` from GitHub Action CI and docs.
    
    ### Why are the changes needed?
    
    
https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/
    
    > The macOS 13 hosted runner image is closing down, following our [N-1 OS 
support 
policy](https://github.com/actions/runner-images?tab=readme-ov-file#software-and-image-support).
 This process will begin October 1, 2025, and the image will be fully retired 
on December 4, 2025. We recommend updating workflows to use
    
    ### How was this patch tested?
    
    Check the CIs triggered on this PR.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2383 from dongjoon-hyun/ORC-1996.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 4 +---
 site/_docs/building.md               | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 8a1348917..3dd048a06 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -68,7 +68,6 @@ jobs:
           - ubuntu-22.04
           - ubuntu-24.04
           - ubuntu-24.04-arm
-          - macos-13
           - macos-14
           - macos-15
         java:
@@ -212,7 +211,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [13, 14, 15]
+        version: [14, 15]
     runs-on: macos-${{ matrix.version }}
     steps:
     - name: Checkout repository
@@ -239,7 +238,6 @@ jobs:
           - ubuntu-22.04
           - ubuntu-24.04
           - ubuntu-24.04-arm
-          - macos-13
           - macos-14
           - macos-15
     steps:
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 418985c3e..e9a98ae56 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
 
 The C++ library is supported on the following operating systems:
 
-* MacOS 13 to 26
+* MacOS 14 to 26
 * Debian 11 to 12
 * Ubuntu 22.04 to 24.04
 * Oracle Linux 8 to 9

Reply via email to