This commit is contained in:
Richard Smith 2024-10-16 14:22:45 +01:00
parent be6cf57d85
commit 5dafa4e99a
2 changed files with 5 additions and 1 deletions

View file

@ -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