try mac again
This commit is contained in:
parent
144b02e83f
commit
b9758ec5ac
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.13
|
MACOSX_DEPLOYMENT_TARGET: 10.14
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -14,7 +14,7 @@ We distribute a statically linked binary Raylib wheel, install from Pypi.
|
||||||
|
|
||||||
pip3 install raylib
|
pip3 install raylib
|
||||||
|
|
||||||
Some platforms that _should_ be available: Windows x64, MacOS x64, Linux x64.
|
Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
|
||||||
|
|
||||||
If yours isn't available then pip will attempt to build from source, so you will need to have raylib development libs installed.
|
If yours isn't available then pip will attempt to build from source, so you will need to have raylib development libs installed.
|
||||||
|
|
||||||
|
|
Reference in a new issue