Skip to content

Commit

Permalink
use 12.1.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 5, 2023
1 parent 8cc0ec6 commit fc8f22b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- run: npm i -g titanium
name: Install Titanium CLI

- run: ti sdk install 11.1.1.GA --force
name: Install SDK 11.1.1.GA
- run: ti sdk install --branch master 12.1.0.v20230204220027 --force
name: Install SDK 12.1.0

- name: Set up Homebrew
id: set-up-homebrew
Expand All @@ -83,7 +83,7 @@ jobs:
with:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 11.1.1.GA
script: npm run test:android -- --sdkVersion 12.1.0.v20230204220027
disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures

- name: Show summary of ccache configuration and statistics counters
Expand Down

0 comments on commit fc8f22b

Please sign in to comment.