diff --git a/.github/workflows/android_alarm_manager_plus.yaml b/.github/workflows/android_alarm_manager_plus.yaml index 04ad85c09c..176a0d42ae 100644 --- a/.github/workflows/android_alarm_manager_plus.yaml +++ b/.github/workflows/android_alarm_manager_plus.yaml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [22, 26, 31, 34] + android-api-level: [ 24, 29, 32, 36 ] steps: - name: "Checkout repository" @@ -73,9 +73,8 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android android_alarm_manager_plus_example diff --git a/.github/workflows/android_intent_plus.yaml b/.github/workflows/android_intent_plus.yaml index 99352f7f28..c2e64e0298 100644 --- a/.github/workflows/android_intent_plus.yaml +++ b/.github/workflows/android_intent_plus.yaml @@ -74,9 +74,8 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android android_intent_example diff --git a/.github/workflows/battery_plus.yaml b/.github/workflows/battery_plus.yaml index e1e7ae55ba..35e3e589d1 100644 --- a/.github/workflows/battery_plus.yaml +++ b/.github/workflows/battery_plus.yaml @@ -77,11 +77,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android battery_plus_example ios_example_build: diff --git a/.github/workflows/connectivity_plus.yaml b/.github/workflows/connectivity_plus.yaml index 4fc9cf6a88..58e90860a4 100644 --- a/.github/workflows/connectivity_plus.yaml +++ b/.github/workflows/connectivity_plus.yaml @@ -62,7 +62,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 21, 26, 31, 34] + android-api-level: [ 24, 29, 32, 36 ] steps: - name: "Checkout repository" @@ -77,11 +77,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android connectivity_plus_example ios_example_build: diff --git a/.github/workflows/device_info_plus.yaml b/.github/workflows/device_info_plus.yaml index 9c34e2e300..c6852bdde3 100644 --- a/.github/workflows/device_info_plus.yaml +++ b/.github/workflows/device_info_plus.yaml @@ -76,11 +76,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android device_info_plus_example ios_example_build: diff --git a/.github/workflows/network_info_plus.yaml b/.github/workflows/network_info_plus.yaml index 887dce82c8..b4fbea0c70 100644 --- a/.github/workflows/network_info_plus.yaml +++ b/.github/workflows/network_info_plus.yaml @@ -76,11 +76,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android network_info_plus_example ios_example_build: diff --git a/.github/workflows/package_info_plus.yaml b/.github/workflows/package_info_plus.yaml index bb231c4bbe..387920ca55 100644 --- a/.github/workflows/package_info_plus.yaml +++ b/.github/workflows/package_info_plus.yaml @@ -76,11 +76,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android package_info_plus_example ios_example_build: diff --git a/.github/workflows/sensors_plus.yaml b/.github/workflows/sensors_plus.yaml index b9dc4e4f46..f80a16cf62 100644 --- a/.github/workflows/sensors_plus.yaml +++ b/.github/workflows/sensors_plus.yaml @@ -73,11 +73,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android sensors_plus_example ios_example_build: diff --git a/.github/workflows/share_plus.yaml b/.github/workflows/share_plus.yaml index 5a80efb26d..71e25dbca2 100644 --- a/.github/workflows/share_plus.yaml +++ b/.github/workflows/share_plus.yaml @@ -75,11 +75,10 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.android-api-level }} - cores: 3 target: google_apis arch: x86_64 force-avd-creation: false - profile: Nexus 5X + profile: pixel_7_pro script: ./.github/workflows/scripts/integration-test.sh android share_plus_example ios_example_build: