Skip to content

Commit 79848fa

Browse files
committed
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 #2389 from dongjoon-hyun/ORC-1996-1.9. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent ee6955c commit 79848fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
matrix:
4848
os:
4949
- ubuntu-22.04
50-
- macos-13
5150
- macos-14
5251
java:
5352
- 8

site/_docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The C++ library is supported on the following operating systems:
1111

1212
* CentOS 7
1313
* Debian 10 to 12
14-
* MacOS 13 to 14
14+
* MacOS 14
1515
* Ubuntu 22.04
1616

1717
You'll want to install the usual set of developer tools, but at least:

0 commit comments

Comments
 (0)