try
This commit is contained in:
parent
be6cf57d85
commit
5dafa4e99a
2 changed files with 5 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Reference in a new issue