From db5ecfcbc75537fcf45aa76996090c7216e51085 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sun, 21 May 2023 01:45:39 -0700 Subject: [PATCH] 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 Signed-off-by: Dongjoon Hyun --- .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 f70d389a1a..a5d7048f37 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -26,6 +26,7 @@ jobs: - ubuntu-22.04 - macos-11 - macos-12 + - macos-13 java: - 8 - 11