From 7413873974e7a4d2e371647458c015f59fb57192 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 06:24:25 +0800 Subject: [PATCH] #109 skip notarization --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f46cf..79d6391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,10 +128,9 @@ jobs: # - os: ubuntu-latest # name: linux+x86-64 # id: linux - # TODO: skip temp until new m1 arrives - # - os: [self-hosted, macOS, ARM64] - # name: darwin+aarch64 - # id: mac_m1 + - os: [self-hosted, macOS, ARM64] + name: darwin+aarch64 + id: mac_m1 # - os: [self-hosted, linux, ARM64] # name: linux+aarch64 container: ${{ matrix.platform.container }} @@ -155,8 +154,10 @@ jobs: APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }} APPLE_CERTIFICATE_PASSWORD: ${{ secrets.GUI_APPLE_CERTIFICATE_PASSWORD }} APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }} - APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} + # TODO: uncomment once isolated m1 runner is setup with latest xcode + # only used for notarization + # APPLE_ID: ${{ secrets.APPLE_ID }} + # APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} with: target: build