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 ed5f593 commit 48d1035Copy full SHA for 48d1035
.github/workflows/integration_tests.yml
@@ -435,7 +435,7 @@ jobs:
435
ref: ${{needs.check_and_prepare.outputs.github_ref}}
436
submodules: true
437
- name: Force Java 11
438
- if: ${{ runner.os != 'macOS' }}
+ if: ${{ !(runner.os == 'macOS') }}
439
shell: bash
440
run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
441
- name: Force Java 11 (mac)
0 commit comments