We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691a3f8 commit 25eced2Copy full SHA for 25eced2
.github/workflows/integration_tests.yml
@@ -426,8 +426,7 @@ jobs:
426
with:
427
ref: ${{needs.check_and_prepare.outputs.github_ref}}
428
submodules: true
429
- - name: Force Java 11 (macOS)
430
- if: startsWith(matrix.os, 'macos')
+ - name: Force Java 11
431
shell: bash
432
run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
433
- name: Add msbuild to PATH (Windows)
0 commit comments