Skip to content

Commit b9758ec

Browse files
try mac again
1 parent 144b02e commit b9758ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
2121
env:
22-
MACOSX_DEPLOYMENT_TARGET: 10.13
22+
MACOSX_DEPLOYMENT_TARGET: 10.14
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We distribute a statically linked binary Raylib wheel, install from Pypi.
1414

1515
pip3 install raylib
1616

17-
Some platforms that _should_ be available: Windows x64, MacOS x64, Linux x64.
17+
Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
1818

1919
If yours isn't available then pip will attempt to build from source, so you will need to have raylib development libs installed.
2020

0 commit comments

Comments
 (0)