From 2ec7278958cead967bceb37b2091d85702f79188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Fri, 24 Dec 2021 05:20:30 +0100 Subject: [PATCH] Target macOS 10.9 --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c1693c..8923e37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: matrix: # https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary#Update-the-Architecture-List-of-Custom-Makefiles target: - - x86_64-apple-macos10.8 + - x86_64-apple-macos10.9 - arm64-apple-macos11 env: TARGET: ${{ matrix.target }} diff --git a/README.md b/README.md index f417f95..04a4779 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Supported platforms: - Windows * `x86\_64-w64-mingw32` - macOS - * `x86_64-apple-macos10.8` (macOS Mountain Lion and newer on Intel CPU) + * `x86_64-apple-macos10.9` (macOS Mavericks and newer on Intel CPU) * `arm64-apple-macos11` (macOS Big Sur and newer on Apple M1 CPU)