Skip to content

Commit 25eced2

Browse files
committed
Update integration_tests.yml
1 parent 691a3f8 commit 25eced2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ jobs:
426426
with:
427427
ref: ${{needs.check_and_prepare.outputs.github_ref}}
428428
submodules: true
429-
- name: Force Java 11 (macOS)
430-
if: startsWith(matrix.os, 'macos')
429+
- name: Force Java 11
431430
shell: bash
432431
run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
433432
- name: Add msbuild to PATH (Windows)

0 commit comments

Comments
 (0)