Skip to content

Commit

Permalink
ORC-1432: Add MacOS 13 GitHub Action Job
Browse files Browse the repository at this point in the history
### 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 <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Nov 5, 2023
1 parent 7533a89 commit db5ecfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
java:
- 8
- 11
Expand Down

0 comments on commit db5ecfc

Please sign in to comment.