Skip to content

Commit

Permalink
ORC-1776: Remove MacOS 12 from GitHub Action CI and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Sep 17, 2024
1 parent 15eea86 commit 5815631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14
java:
Expand Down Expand Up @@ -193,7 +192,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [12, 13, 14]
version: [13, 14]
runs-on: macos-${{ matrix.version }}
steps:
- name: Checkout repository
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 12 to 14
* MacOS 13 to 14
* 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 5815631

Please sign in to comment.