From dfe472c9938f7c3ca84fe7a215f1a4435c0bfa8e Mon Sep 17 00:00:00 2001 From: Tobias Duswald Date: Mon, 13 Nov 2023 10:54:56 +0100 Subject: [PATCH 1/2] Remove macOS 11 from CI --- .github/workflows/macos-ci.yml | 2 +- .github/workflows/macos-system-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index ab268407d..b161116b4 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-12, macos-13] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/macos-system-ci.yml b/.github/workflows/macos-system-ci.yml index 6ec9b363d..2d6ba7b5b 100644 --- a/.github/workflows/macos-system-ci.yml +++ b/.github/workflows/macos-system-ci.yml @@ -21,7 +21,7 @@ jobs: build: strategy: matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-12, macos-13] runs-on: ${{ matrix.os }} From 380429caa8a87611a0841f3c7d6ff942a60c11ef Mon Sep 17 00:00:00 2001 From: Tobias Duswald Date: Mon, 13 Nov 2023 10:57:56 +0100 Subject: [PATCH 2/2] Update documentation (require OSX > 12.0) --- doc/user_guide/installation.md | 2 +- doc/user_guide/prerequisites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/installation.md b/doc/user_guide/installation.md index 521dc66da..89083ad3f 100644 --- a/doc/user_guide/installation.md +++ b/doc/user_guide/installation.md @@ -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. diff --git a/doc/user_guide/prerequisites.md b/doc/user_guide/prerequisites.md index 9e851cfc7..a612595ff 100644 --- a/doc/user_guide/prerequisites.md +++ b/doc/user_guide/prerequisites.md @@ -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)