Update build environment for GitHub Actions from macOS 12 to 15 (#3226)
* Update build environment for GitHub Actions from macOS 12 to 15 * Fix node issue * Add fix to other workflows
This commit is contained in:
3
.github/workflows/release-mas.yaml
vendored
3
.github/workflows/release-mas.yaml
vendored
@@ -15,7 +15,7 @@ env:
|
||||
|
||||
jobs:
|
||||
mac-app-store-preflight:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-15
|
||||
env:
|
||||
MAS_PROFILE: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MAS_PROFILE }}
|
||||
MACOS_API_KEY_ID: ${{ secrets.MM_DESKTOP_MAC_APP_STORE_MACOS_API_KEY_ID }}
|
||||
@@ -36,6 +36,7 @@ jobs:
|
||||
- name: release/install-dependencies
|
||||
run: |
|
||||
brew install yq
|
||||
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
|
||||
npm ci
|
||||
- name: release/copy-provisioning-profile
|
||||
run: echo $MAS_PROFILE | base64 -D > ./mas.provisionprofile
|
||||
|
Reference in New Issue
Block a user