From 722b94ca32eb0fa7777b48b5d170f9b541ac8ef8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 May 2021 09:00:18 -0400 Subject: [PATCH] no --universal2 argument yet --- .github/actions/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index 45279908..2a117c25 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -8,7 +8,7 @@ export gampath="${distpath}/gam" rm -rf $gampath export specfile="gam.spec" if [ "$macver" == "10.15.7" ]; then - youtoo="--universal2" + youtoo="" else youtoo="" fi