ci: Add iOS builds

This commit is contained in:
ksagameng
2025-11-02 21:47:14 +03:00
committed by a1batross
parent 43066656bd
commit a6108b7930
3 changed files with 36 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ jobs:
- os: macos-14 # arm64 as per github documentation
targetos: apple
targetarch: arm64
- os: macos-latest
targetos: ios
targetarch: arm64
- os: macos-13 # x86 as per github documentation (will they fix it before they deprecate this version?..)
targetos: apple
targetarch: amd64