Skip to content

Commit

Permalink
Switch FTL Android tests to be triggered from Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 16, 2023
1 parent a139319 commit 9274917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ jobs:
test_android:
name: test-android-${{ matrix.build_os }}-${{ matrix.android_device }}-${{ matrix.test_type }}
needs: [check_and_prepare, build_android]
runs-on: macos-12
runs-on: ubuntu-20.04
if: contains(needs.check_and_prepare.outputs.matrix_platform, 'Android') && needs.check_and_prepare.outputs.apis != '' && !cancelled()
strategy:
fail-fast: false
Expand Down

0 comments on commit 9274917

Please sign in to comment.