mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
re-enable MacOS universal2 build
This commit is contained in:
2
.github/actions/macos-before-install.sh
vendored
2
.github/actions/macos-before-install.sh
vendored
@ -25,7 +25,7 @@ cd ~
|
|||||||
if [ "$PLATFORM" == "x86_64" ]; then
|
if [ "$PLATFORM" == "x86_64" ]; then
|
||||||
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
|
export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
|
||||||
else
|
else
|
||||||
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.0.pkg
|
export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile
|
wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile
|
||||||
|
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -56,11 +56,11 @@ jobs:
|
|||||||
goal: "build"
|
goal: "build"
|
||||||
gamos: "macos"
|
gamos: "macos"
|
||||||
platform: "x86_64"
|
platform: "x86_64"
|
||||||
# - os: macos-11.0
|
- os: macos-11.0
|
||||||
# jid: 12
|
jid: 12
|
||||||
# goal: "build"
|
goal: "build"
|
||||||
# gamos: "macos"
|
gamos: "macos"
|
||||||
# platform: "universal2"
|
platform: "universal2"
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
jid: 5
|
jid: 5
|
||||||
goal: "build"
|
goal: "build"
|
||||||
|
Reference in New Issue
Block a user