Skip to content

Commit abbc03a

Browse files
authored
Switch FTL Android tests to be triggered from Ubuntu. (#1477)
1 parent 1b0ee24 commit abbc03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ jobs:
983983
test_android:
984984
name: test-android-${{ matrix.build_os }}-${{ matrix.android_device }}-${{ matrix.test_type }}
985985
needs: [check_and_prepare, build_android]
986-
runs-on: macos-12
986+
runs-on: ubuntu-20.04
987987
if: contains(needs.check_and_prepare.outputs.matrix_platform, 'Android') && needs.check_and_prepare.outputs.apis != '' && !cancelled()
988988
strategy:
989989
fail-fast: false

0 commit comments

Comments
 (0)