mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Update python version used in macOS package
This commit is contained in:
parent
2e9f242ce8
commit
50545452bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos-package.yml
vendored
2
.github/workflows/macos-package.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
env:
|
env:
|
||||||
PYVER: '3.9.6'
|
PYVER: '3.9.7'
|
||||||
PYVER_SHORT: '3.9'
|
PYVER_SHORT: '3.9'
|
||||||
run: |
|
run: |
|
||||||
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx10.9.pkg"
|
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx10.9.pkg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue