Skip to content

Commit

Permalink
ORC-1783: Add MacOS 15 to GitHub Action MacOS CI and docs
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

### Why are the changes needed?

### How was this patch tested?

### Was this patch authored or co-authored using generative AI tooling?

Closes #2044 from dongjoon-hyun/ORC-1783.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Sep 30, 2024
1 parent 92c9e3c commit 18d03f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- ubuntu-24.04
- macos-13
- macos-14
- macos-15
java:
- 17
- 21
Expand Down
2 changes: 1 addition & 1 deletion site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The C++ library is supported on the following operating systems:

* CentOS 7
* Debian 10 to 12
* MacOS 13 to 14
* MacOS 13 to 15
* Ubuntu 22.04 to 24.04

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

0 comments on commit 18d03f4

Please sign in to comment.