Skip to content

Commit

Permalink
Target macOS 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 24, 2021
1 parent 76c87bc commit 2ec7278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2ec7278

Please sign in to comment.