[actions] github hosted Apple silicon (sweet)

This commit is contained in:
Jay Lee
2024-02-08 10:55:44 -05:00
committed by GitHub
parent 5305f1bda0
commit e60e1e939b

View File

@ -61,7 +61,7 @@ jobs:
goal: build goal: build
arch: aarch64 arch: aarch64
openssl_archs: darwin64-arm64 openssl_archs: darwin64-arm64
- os: [self-hosted, macOS, ARM64] - os: macos-14
jid: 12 jid: 12
goal: build goal: build
arch: universal2 arch: universal2
@ -114,7 +114,7 @@ jobs:
path: | path: |
bin.tar.xz bin.tar.xz
src/cpython src/cpython
key: gam-${{ matrix.jid }}-20240208 key: gam-${{ matrix.jid }}-20240208a
- name: Untar Cache archive - name: Untar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'