From 5f03ae9f1e36a04b8a77cc8b23f21709560784fe Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 8 Jan 2025 16:32:41 +0200 Subject: [PATCH] chore(ci): Pin the CI Environment to Ubuntu 22.04 for metrics android (#4424) * Pin the CI Environment to Ubuntu 22.04 * Document why we pin the ubuntu version Co-authored-by: LucasZF --------- Co-authored-by: LucasZF --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1c3cdc1441..c00592df9f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,7 +43,8 @@ jobs: name: iOS appPlain: performance-tests/test-app-plain.ipa - platform: android - runs-on: ubuntu-latest + # Not using the latest version due to a known issue: https://github.com/getsentry/sentry-react-native/issues/4418 + runs-on: ubuntu-22.04 name: Android appPlain: performance-tests/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk steps: