diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8eccb9..eafcd79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,8 @@ jobs: matrix: python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] raylib-platform: ['Desktop', 'SDL'] + env: + MACOSX_DEPLOYMENT_TARGET: '10.13' steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 17a52d5..e14450d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ Use an [official Windows Python release](https://www.python.org/downloads/window ## MacOS -Binaries require arm64 MacOS 13 or x64 MacOS 12 or newer. +Binaries require: + * arm64 MacOS 14 + * x64 MacOS 12, or newer. Older MacOS requires building from source but this is usually simple: