Skip to content

Commit

Permalink
build(macos): drop support for macos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Mar 4, 2024
1 parent 529f1b8 commit 8af0635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ jobs:

build_mac:
name: MacOS
runs-on: macos-11
runs-on: macos-12
needs: [check_changelog, setup_release]
env:
BOOST_VERSION: 1.83.0
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
build_mac_port:
name: Macports
needs: [check_changelog, setup_release]
runs-on: macos-11
runs-on: macos-12

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ System Requirements
+------------+------------------------------------------------------------+
| OS | Windows: 10+ (Windows Server not supported) |
| +------------------------------------------------------------+
| | macOS: 11.7+ |
| | macOS: 12+ |
| +------------------------------------------------------------+
| | Linux/Debian: 11 (bullseye) |
| +------------------------------------------------------------+
| | Linux/Fedora: 37+ |
| | Linux/Fedora: 38+ |
| +------------------------------------------------------------+
| | Linux/Ubuntu: 20.04+ (focal) |
+------------+------------------------------------------------------------+
Expand Down

0 comments on commit 8af0635

Please sign in to comment.