Skip to content

Commit 6e4b453

Browse files
committed
add macos-13 runner again
1 parent 8e5ae99 commit 6e4b453

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build-mac.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
- os: macos-latest
6767
architecture: arm64
6868
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-mac-arm64.zip
69+
- os: macos-13
70+
architecture: x64
71+
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-mac-x64.zip
6972
runs-on: ${{ matrix.os }}
7073
steps:
7174
- uses: actions/checkout@v4
@@ -95,9 +98,10 @@ jobs:
9598
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
9699
- name: Patch .app dir
97100
run: |
98-
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" ./target/cryptomator-cli.app/Contents/Info.plist
99-
sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" ./target/cryptomator-cli.app/Contents/Info.plist
100-
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output ./target/cryptomator-cli.app/Contents/embedded.provisionprofile
101+
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist
102+
sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist
103+
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output cryptomator-cli.app/Contents/embedded.provisionprofile
104+
working-directory: target
101105
env:
102106
VERSION_NO: ${{ needs.prepare.outputs.semVerNum }}
103107
REVISION_NO: ${{ needs.prepare.outputs.revisionNum }}

0 commit comments

Comments
 (0)