From d3b7700c07ad12f98d5a04b2e16f378cfe2a200b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 20 Apr 2021 15:56:27 -0400 Subject: [PATCH] re-enable MacOS universal2 build --- .github/actions/macos-before-install.sh | 2 +- .github/workflows/build.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index ea7c8dc6..b1529b28 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -25,7 +25,7 @@ cd ~ if [ "$PLATFORM" == "x86_64" ]; then export pyfile=python-$BUILD_PYTHON_VERSION-macosx10.9.pkg else - export pyfile=python-$BUILD_PYTHON_VERSION-macos11.0.pkg + export pyfile=python-$BUILD_PYTHON_VERSION-macos11.pkg fi wget https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$pyfile diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5749e760..055603ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,11 +56,11 @@ jobs: goal: "build" gamos: "macos" platform: "x86_64" -# - os: macos-11.0 -# jid: 12 -# goal: "build" -# gamos: "macos" -# platform: "universal2" + - os: macos-11.0 + jid: 12 + goal: "build" + gamos: "macos" + platform: "universal2" - os: windows-2019 jid: 5 goal: "build"