mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
MacOS codesign fix no longer needed; MacOS 12 = Monterey (#1441)
* Updated 3.9 to 3.10, is this still needed? * Fix no longer required * MacOS 12 is Monterey
This commit is contained in:
2
.github/actions/macos-before-install.sh
vendored
2
.github/actions/macos-before-install.sh
vendored
@@ -29,7 +29,7 @@ echo "installing Python $BUILD_PYTHON_VERSION..."
|
|||||||
sudo installer -pkg ./$pyfile -target /
|
sudo installer -pkg ./$pyfile -target /
|
||||||
|
|
||||||
# This fixes https://github.com/pyinstaller/pyinstaller/issues/5062
|
# This fixes https://github.com/pyinstaller/pyinstaller/issues/5062
|
||||||
codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.9/Python
|
#codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.10/Python
|
||||||
|
|
||||||
#if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then
|
#if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then
|
||||||
# wget --quiet https://www.python.org/ftp/python/$MIN_PYTHON_VERSION/python-$MIN_PYTHON_VERSION-macosx10.9.pkg
|
# wget --quiet https://www.python.org/ftp/python/$MIN_PYTHON_VERSION/python-$MIN_PYTHON_VERSION-macosx10.9.pkg
|
||||||
|
|||||||
@@ -631,6 +631,7 @@ MACOS_CODENAMES = {
|
|||||||
16: 'Big Sur'
|
16: 'Big Sur'
|
||||||
},
|
},
|
||||||
11: 'Big Sur',
|
11: 'Big Sur',
|
||||||
|
12: 'Monterey',
|
||||||
}
|
}
|
||||||
|
|
||||||
_MICROSOFT_FORMATS_LIST = [{
|
_MICROSOFT_FORMATS_LIST = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user