Skip to content

Commit fd99d09

Browse files
committed
Enable hardened runtime when signing on macos
Was causing attestation failures during signing step
1 parent a26f24c commit fd99d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: ./.github/actions/macos-sign
3838
with:
3939
FRAMEWORK_PATH: ${{ github.workspace }}/target/universal/release/backstitch-launcher
40-
SIGN_FLAGS: "--deep"
40+
SIGN_FLAGS: "--deep --options runtime"
4141
APPLE_CERT_BASE64: ${{ secrets.APPLE_CERT_BASE64 }}
4242
APPLE_CERT_PASSWORD: ${{ secrets.APPLE_CERT_PASSWORD }}
4343
APPLE_DEV_PASSWORD: ${{ secrets.APPLE_DEV_PASSWORD }}

0 commit comments

Comments
 (0)