From 1bf1c43f239db2c1e7a7abb99eaae364f9b07ab6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 7 Mar 2022 20:11:56 +0000 Subject: [PATCH] GAM 6.17 --- .github/workflows/build.yml | 4 ++-- src/gam/var.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a3e1366..609e1bd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - os: macos-11 jid: 3 goal: build - arch: x86_64 + arch: universal2 openssl_archs: darwin64-x86_64 darwin64-arm64 - os: windows-2022 jid: 4 @@ -458,7 +458,7 @@ jobs: cp -v LICENSE $gampath cp -v GamCommands.txt $gampath if [[ "${RUNNER_OS}" == "macOS" ]]; then - GAM_ARCHIVE="gam-${GAMVERSION}-macos-x86_64.tar.xz" + GAM_ARCHIVE="gam-${GAMVERSION}-macos-universal2.tar.xz" elif [[ "${RUNNER_OS}" == "Linux" ]]; then this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}') GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-glibc${this_glibc_ver}.tar.xz" diff --git a/src/gam/var.py b/src/gam/var.py index ff921382..aaa092fe 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -8,7 +8,7 @@ import platform import re GAM_AUTHOR = 'Jay Lee ' -GAM_VERSION = '6.16' +GAM_VERSION = '6.17' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'