Fix mac build again (#3400)

This commit is contained in:
Devin Binnie
2025-04-22 09:51:57 -04:00
committed by GitHub
parent 157bb26ba5
commit 6aa2207446
5 changed files with 10 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ jobs:
build-mac-for-pr: build-mac-for-pr:
runs-on: macos-15 runs-on: macos-15
env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
if: ${{ github.event.label.name == 'Build Apps for PR' }} if: ${{ github.event.label.name == 'Build Apps for PR' }}
steps: steps:
- name: ci/checkout-repo - name: ci/checkout-repo

View File

@@ -108,6 +108,7 @@ jobs:
mac-app-store-preflight: mac-app-store-preflight:
runs-on: macos-15 runs-on: macos-15
env: env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
MAS_PROFILE: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MAS_PROFILE }} MAS_PROFILE: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MAS_PROFILE }}
MACOS_API_KEY_ID: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY_ID }} MACOS_API_KEY_ID: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY_ID }}
MACOS_API_KEY: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY }} MACOS_API_KEY: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY }}
@@ -144,6 +145,8 @@ jobs:
build-mac-installer: build-mac-installer:
runs-on: macos-15 runs-on: macos-15
env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
needs: needs:
- mac-app-store-preflight - mac-app-store-preflight
steps: steps:

View File

@@ -74,6 +74,8 @@ jobs:
build-mac-installer: build-mac-installer:
runs-on: macos-15 runs-on: macos-15
env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
steps: steps:
- name: nightly/checkout-repo - name: nightly/checkout-repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View File

@@ -17,6 +17,7 @@ jobs:
mac-app-store-preflight: mac-app-store-preflight:
runs-on: macos-15 runs-on: macos-15
env: env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
MAS_PROFILE: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MAS_PROFILE }} MAS_PROFILE: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MAS_PROFILE }}
MACOS_API_KEY_ID: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY_ID }} MACOS_API_KEY_ID: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY_ID }}
MACOS_API_KEY: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY }} MACOS_API_KEY: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY }}

View File

@@ -120,6 +120,8 @@ jobs:
build-mac-installer: build-mac-installer:
runs-on: macos-15 runs-on: macos-15
env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
needs: needs:
- begin-notification - begin-notification
steps: steps: