mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
Tweak the osx python version for github workflows.
This commit is contained in:
parent
400f7e3ac8
commit
dd3b5c4bf9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -11,7 +11,8 @@ on:
|
||||
# Global Settings
|
||||
env:
|
||||
PYTHON_VERSION: "3.7"
|
||||
PANDEMONIUM_BINARY_VERSION: "3.2.3"
|
||||
OSX_PYTHON_VERSION: "3.7"
|
||||
PANDEMONIUM_BINARY_VERSION: "3.4.0"
|
||||
|
||||
|
||||
jobs:
|
||||
@ -186,7 +187,7 @@ jobs:
|
||||
- name: 'Set up Python'
|
||||
uses: actions/setup-python@0291cefc54fa79cd1986aee8fa5ecb89ad4defea # pin@v2
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
python-version: ${{ env.OSX_PYTHON_VERSION }}
|
||||
- name: 'Setup venv'
|
||||
run: |
|
||||
set -eux
|
||||
|
Loading…
Reference in New Issue
Block a user