Skip to content

Commit 3f64012

Browse files
authored
ok man
1 parent 26e2889 commit 3f64012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PYVER: '3.12.12'
2020
PYVER_SHORT: '3.12'
2121
run: |
22-
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx11.pkg"
22+
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macos11.pkg"
2323
sudo installer -pkg python.pkg -target /
2424
echo "/Library/Frameworks/Python.framework/Versions/${PYVER_SHORT}/bin" >> $GITHUB_PATH
2525
- name: Install dependencies

0 commit comments

Comments
 (0)