Skip to content

Commit 32c2110

Browse files
committed
workflow
1 parent 3add86e commit 32c2110

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
1414
android:
15-
runs-on: macos-13
15+
runs-on: macos-15
1616
name: Android
1717
env:
18-
SDK_VERSION: 13.0.0.RC
18+
SDK_VERSION: 13.1.1.GA
1919
steps:
2020
- uses: actions/checkout@v4
2121

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
1414
ios:
15-
runs-on: macos-13
15+
runs-on: macos-15
1616
name: iOS
1717
env:
18-
SDK_VERSION: 13.0.0.RC
18+
SDK_VERSION: 13.1.1.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
697 KB
Binary file not shown.

0 commit comments

Comments
 (0)