Skip to content

Commit

Permalink
chore(ci): Pin the CI Environment to Ubuntu 22.04 for metrics android (
Browse files Browse the repository at this point in the history
…#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]>
  • Loading branch information
antonis and lucas-zimerman authored Jan 8, 2025
1 parent f2d10b7 commit 5f03ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f03ae9

Please sign in to comment.