Skip to content

Commit

Permalink
Use ubuntu-22.04 for Android tests because ubuntu-latest is switched …
Browse files Browse the repository at this point in the history
…to ubuntu-24.04 which is not supported by action: ReactiveCircus/android-emulator-runner#400
  • Loading branch information
whyoleg committed Oct 9, 2024
1 parent fa49703 commit 533db38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
target: 'tvos'
- os: 'windows-latest'
target: 'native'
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 21
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 27
- os: 'ubuntu-latest'
- os: 'ubuntu-22.04'
target: 'connectedAndroid'
android-api-level: 33
steps:
Expand Down

0 comments on commit 533db38

Please sign in to comment.