Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 31, 2024
1 parent 0ff8707 commit 083266b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- run: ti sdk install 12.5.1.GA --force
name: Install Ti SDK

- run: sed -i .bak 's/TITANIUM_SDK_VERSION = .*/TITANIUM_SDK_VERSION = 11.1.1.GA/' ios/titanium.xcconfig
name: Set to Build with 11.1.1.GA SDK
- run: sed -i .bak 's/TITANIUM_SDK_VERSION = .*/TITANIUM_SDK_VERSION = 12.5.1.GA/' ios/titanium.xcconfig
name: Set to Build with 12.5.1.GA SDK

- run: npm run test:ios -- --sdkVersion 11.1.1.GA
- run: npm run test:ios -- --sdkVersion 12.5.1.GA
name: Build and Test

- name: Archive iOS artifact
Expand Down

0 comments on commit 083266b

Please sign in to comment.