File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -426,10 +426,10 @@ jobs:
426
426
with :
427
427
ref : ${{needs.check_and_prepare.outputs.github_ref}}
428
428
submodules : true
429
- - name : Force Java 8 (macOS)
429
+ - name : Force Java 11 (macOS)
430
430
if : startsWith(matrix.os, 'macos')
431
431
shell : bash
432
- run : echo "JAVA_HOME=${JAVA_HOME_8_X64 }" >> $GITHUB_ENV
432
+ run : echo "JAVA_HOME=${JAVA_HOME_11_X64 }" >> $GITHUB_ENV
433
433
- name : Add msbuild to PATH (Windows)
434
434
if : startsWith(matrix.os, 'windows')
435
435
@@ -1058,11 +1058,11 @@ jobs:
1058
1058
run : |
1059
1059
echo "device_type=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.android_device }} -get_device_type)" >> $GITHUB_OUTPUT
1060
1060
echo "device=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.android_device }} -get_ftl_device_list)" >> $GITHUB_OUTPUT
1061
- - name : Setup java 8 for test_simulator.py
1061
+ - name : Setup java 11 for test_simulator.py
1062
1062
uses : actions/setup-java@v3
1063
1063
with :
1064
1064
distribution : ' temurin'
1065
- java-version : ' 8 '
1065
+ java-version : ' 11 '
1066
1066
- name : Run Android integration tests on Emulator locally
1067
1067
timeout-minutes : 180
1068
1068
if : steps.device-info.outputs.device_type == 'virtual'
You can’t perform that action at this time.
0 commit comments