Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate macOS < 12.0 #350

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-system-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ curl https://biodynamo.github.io/install | bash

* Ubuntu 20.04, 22.04
* CentOS 7
* MacOS 11.7 and 12.6 (Intel and ARM)
* MacOS > 12.0 (Intel and ARM)

Currently, we do **not** support Windows or Windows subsystem for Linux.

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ sudo yum install -y llvm-toolset-7 llvm-toolset-7-clang-tools-extra \
Requirements to build on macOS are:

* A 64-bit Intel CPU or Apple Silicon CPU
* macOS Catalina (10.15) or higher
* macOS 12.0 or higher
* [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) and the Command Line Tools (CLT) for Xcode: `xcode-select --install`
(or from [developer.apple.com/downloads](https://developer.apple.com/downloads))
* An up to date [Homebrew](https://brew.sh) installation (MacPorts and Fink are not supported)
Expand Down
Loading