Skip to content

Commit 691a3f8

Browse files
committed
Update integration_tests.yml
1 parent 684ea13 commit 691a3f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,10 @@ jobs:
426426
with:
427427
ref: ${{needs.check_and_prepare.outputs.github_ref}}
428428
submodules: true
429-
- name: Force Java 8 (macOS)
429+
- name: Force Java 11 (macOS)
430430
if: startsWith(matrix.os, 'macos')
431431
shell: bash
432-
run: echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV
432+
run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
433433
- name: Add msbuild to PATH (Windows)
434434
if: startsWith(matrix.os, 'windows')
435435
uses: microsoft/[email protected]
@@ -1058,11 +1058,11 @@ jobs:
10581058
run: |
10591059
echo "device_type=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.android_device }} -get_device_type)" >> $GITHUB_OUTPUT
10601060
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
10621062
uses: actions/setup-java@v3
10631063
with:
10641064
distribution: 'temurin'
1065-
java-version: '8'
1065+
java-version: '11'
10661066
- name: Run Android integration tests on Emulator locally
10671067
timeout-minutes: 180
10681068
if: steps.device-info.outputs.device_type == 'virtual'

0 commit comments

Comments
 (0)