From a02afe76fc1311c73a9b28d6ee215e2a9d8b5d68 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sat, 10 Feb 2024 19:27:05 -0800 Subject: [PATCH] Add missing lines Build universal2 with macos-12, doesn't run with macos-14 --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e607d352..41a4fc11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: goal: build arch: aarch64 openssl_archs: darwin64-arm64 - - os: macos-14 + - os: macos-12 jid: 7 goal: build arch: universal2 @@ -163,6 +163,8 @@ jobs: else GAMOS='unknown' fi + echo "GAMOS=${GAMOS}" >> $GITHUB_ENV + echo "GAMOS is: ${GAMOS}" - name: Set env variables for test if: matrix.goal == 'test'