From 15aee1f39e5755ebfa55cab7b1537bf0b1ed1c68 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 18 Jul 2024 14:28:07 -0400 Subject: [PATCH] Switch android CI to the latest image based on ubuntu 24.04 (#34395) Co-authored-by: Andrei Litvin --- .github/workflows/full-android.yaml | 2 +- .github/workflows/smoketest-android.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index c86839d8f51708..6e08a429fc61fd 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -38,7 +38,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-android:54 + image: ghcr.io/project-chip/chip-build-android:65 volumes: - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index 014573614a0448..62255501a43aa6 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-android:54 + image: ghcr.io/project-chip/chip-build-android:65 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs"