Skip to content

Commit 5f03ae9

Browse files
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 <[email protected]> --------- Co-authored-by: LucasZF <[email protected]>
1 parent f2d10b7 commit 5f03ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
name: iOS
4444
appPlain: performance-tests/test-app-plain.ipa
4545
- platform: android
46-
runs-on: ubuntu-latest
46+
# Not using the latest version due to a known issue: https://github.com/getsentry/sentry-react-native/issues/4418
47+
runs-on: ubuntu-22.04
4748
name: Android
4849
appPlain: performance-tests/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk
4950
steps:

0 commit comments

Comments
 (0)