From e60e1e939b45e218ea852aac9950f47e1bab8be9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 8 Feb 2024 10:55:44 -0500 Subject: [PATCH] [actions] github hosted Apple silicon (sweet) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48f9f3ca..eebc408d 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: [self-hosted, macOS, ARM64] + - os: macos-14 jid: 12 goal: build arch: universal2 @@ -114,7 +114,7 @@ jobs: path: | bin.tar.xz src/cpython - key: gam-${{ matrix.jid }}-20240208 + key: gam-${{ matrix.jid }}-20240208a - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'