We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f64012 commit 6b45894Copy full SHA for 6b45894
1 file changed
.github/workflows/macos-package.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
- name: Set up python
18
env:
19
- PYVER: '3.12.12'
+ PYVER: '3.12.10'
20
PYVER_SHORT: '3.12'
21
run: |
22
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macos11.pkg"
0 commit comments