Skip to content

Commit 533db38

Browse files
committed
Use ubuntu-22.04 for Android tests because ubuntu-latest is switched to ubuntu-24.04 which is not supported by action: ReactiveCircus/android-emulator-runner#400
1 parent fa49703 commit 533db38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests-default.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
target: 'tvos'
2929
- os: 'windows-latest'
3030
target: 'native'
31-
- os: 'ubuntu-latest'
31+
- os: 'ubuntu-22.04'
3232
target: 'connectedAndroid'
3333
android-api-level: 21
34-
- os: 'ubuntu-latest'
34+
- os: 'ubuntu-22.04'
3535
target: 'connectedAndroid'
3636
android-api-level: 27
37-
- os: 'ubuntu-latest'
37+
- os: 'ubuntu-22.04'
3838
target: 'connectedAndroid'
3939
android-api-level: 33
4040
steps:

0 commit comments

Comments
 (0)