Fix mac build again (#3400)
This commit is contained in:
2
.github/workflows/build-for-pr.yml
vendored
2
.github/workflows/build-for-pr.yml
vendored
@@ -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
|
||||||
|
3
.github/workflows/nightly-main.yml
vendored
3
.github/workflows/nightly-main.yml
vendored
@@ -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:
|
||||||
|
2
.github/workflows/nightly-rainforest.yml
vendored
2
.github/workflows/nightly-rainforest.yml
vendored
@@ -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
|
||||||
|
1
.github/workflows/release-mas.yaml
vendored
1
.github/workflows/release-mas.yaml
vendored
@@ -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 }}
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user