mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-11 18:10:32 +08:00
📦 Chore(custom): update to macos-12 for action
This commit is contained in:
4
.github/workflows/mas.yml
vendored
4
.github/workflows/mas.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-11]
|
||||
os: [macos-12]
|
||||
|
||||
# create steps
|
||||
steps:
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
# step2: sign
|
||||
- name: Install the Apple certificates
|
||||
if: matrix.os == 'macos-11'
|
||||
if: matrix.os == 'macos-12'
|
||||
run: |
|
||||
PP_PATH=$RUNNER_TEMP/build/piclistmas.provisionprofile
|
||||
echo -n "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode -o $PP_PATH
|
||||
|
||||
Reference in New Issue
Block a user