From 6e4a95a86f26849c6085e30151b348b1d2439a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Mon, 15 Sep 2025 09:44:33 +0200 Subject: [PATCH] build(ci): use 13.0.0.GA --- .github/workflows/android.yml | 2 +- .github/workflows/ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3010956d..15d6236d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,7 +15,7 @@ jobs: runs-on: macos-13 name: Android env: - SDK_VERSION: 13.0.0.RC + SDK_VERSION: 13.0.0.GA steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 4c1178c8..80d594b9 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -15,7 +15,7 @@ jobs: runs-on: macos-13 name: iOS env: - SDK_VERSION: 13.0.0.RC + SDK_VERSION: 13.0.0.GA # This one uses Swift 3.8.1. If you're running into the "Unsupported Swift architecture", verify which # Swift version is used for the specified Ti SDK version, e.g. by looking into: # ~/Library/Application Support/Titanium/mobilesdk/osx//iphone/Frameworks/TitaniumKit.xcframework/ios-arm64/TitaniumKit.framework/Headers/TitaniumKit-Swift.h