From 5dafa4e99a5ef5e080b9ed8f088d1b39ee2c979d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Oct 2024 14:22:45 +0100 Subject: [PATCH] try --- .github/workflows/build.yml | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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: