From b284e3f74c667bb4522c6b676bdfdb076b9fcb73 Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 15 May 2024 11:07:19 +0200 Subject: [PATCH] test ti 12.3.0 --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d7e993d..6ad5acc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -60,8 +60,8 @@ jobs: - run: npm i -g titanium name: Install Titanium CLI - - run: ti sdk install 12.2.1.GA - name: Install SDK 12.2.1 + - run: ti sdk install + name: Install SDK 12.3.0 - name: Set up Homebrew id: set-up-homebrew @@ -85,7 +85,7 @@ jobs: with: api-level: 29 target: playstore - script: npm run test:android -- --sdkVersion 12.2.1.GA + script: npm run test:android -- --sdkVersion 12.3.0.GA 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