Skip to content

Commit 4fec63f

Browse files
authored
build(ci): use 13.0.0.GA (#404)
1 parent 3231135 commit 4fec63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-13
1616
name: Android
1717
env:
18-
SDK_VERSION: 13.0.0.RC
18+
SDK_VERSION: 13.0.0.GA
1919
steps:
2020
- uses: actions/checkout@v4
2121

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-13
1616
name: iOS
1717
env:
18-
SDK_VERSION: 13.0.0.RC
18+
SDK_VERSION: 13.0.0.GA
1919
# This one uses Swift 3.8.1. If you're running into the "Unsupported Swift architecture", verify which
2020
# Swift version is used for the specified Ti SDK version, e.g. by looking into:
2121
# ~/Library/Application Support/Titanium/mobilesdk/osx/<version>/iphone/Frameworks/TitaniumKit.xcframework/ios-arm64/TitaniumKit.framework/Headers/TitaniumKit-Swift.h

0 commit comments

Comments
 (0)