Skip to content

Commit 5dafa4e

Browse files
try
1 parent be6cf57 commit 5dafa4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
matrix:
1818
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]
1919
raylib-platform: ['Desktop', 'SDL']
20+
env:
21+
MACOSX_DEPLOYMENT_TARGET: '10.13'
2022
steps:
2123
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2224
- uses: actions/checkout@v4

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Use an [official Windows Python release](https://www.python.org/downloads/window
5050

5151
## MacOS
5252

53-
Binaries require arm64 MacOS 13 or x64 MacOS 12 or newer.
53+
Binaries require:
54+
* arm64 MacOS 14
55+
* x64 MacOS 12, or newer.
5456

5557
Older MacOS requires building from source but this is usually simple:
5658

0 commit comments

Comments
 (0)