You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it can be seen here, the Android Tests step of our build does not work with the ubuntu-24.04 runner:
# From: Run Android Tests > Launch Emulator
sh to create a custom hardware profile? [no] [command]/usr/bin/sh -c \printf 'hw.cpu.ncore=2'>> /home/runner/.android/avd/test.avd/config.ini
/usr/bin/sh: 1: cannot create /home/runner/.android/avd/test.avd/config.ini: Directory nonexistent
Switching back to ubuntu-22.04 works as expected.
We should compare the changes between ubuntu-22.04 and ubuntu-24.04 to see if there is something to modify on our side, or if it is a regression in the runner image.
Acceptance criteria
Our GitHub Actions build complete successfully using ubuntu-latest (which points to ubuntu-24.04).
The text was updated successfully, but these errors were encountered:
As it can be seen here, the Android Tests step of our build does not work with the
ubuntu-24.04
runner:Switching back to
ubuntu-22.04
works as expected.We should compare the changes between
ubuntu-22.04
andubuntu-24.04
to see if there is something to modify on our side, or if it is a regression in the runner image.Acceptance criteria
ubuntu-latest
(which points toubuntu-24.04
).The text was updated successfully, but these errors were encountered: