ci: Build the Mac framework in release mode

The dev profile fails with a linker issue about not finding the
__chkstk_darwin symbol.
This commit is contained in:
Damir Jelić
2024-11-29 17:00:41 +01:00
parent 5564fe8852
commit 783c86aa78

View File

@@ -175,7 +175,7 @@ jobs:
run: swift test
- name: Build Framework
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=dev
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=release
complement-crypto:
name: "Run Complement Crypto tests"