Skip to content

Commit 48d1035

Browse files
committed
Tweak.
1 parent ed5f593 commit 48d1035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
ref: ${{needs.check_and_prepare.outputs.github_ref}}
436436
submodules: true
437437
- name: Force Java 11
438-
if: ${{ runner.os != 'macOS' }}
438+
if: ${{ !(runner.os == 'macOS') }}
439439
shell: bash
440440
run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
441441
- name: Force Java 11 (mac)

0 commit comments

Comments
 (0)