From dc8b806c88037c61fd1f70c01ef03336441ad99b Mon Sep 17 00:00:00 2001 From: Andrei Medvedev Date: Fri, 15 Dec 2023 13:01:42 +0200 Subject: [PATCH] Check java version other way --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9dfb7487e..b5837dfea 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -47,7 +47,7 @@ jobs: - name: Install timeout util and java run: | brew install coreutils java - java --version + java -version - name: Download Selenium Server run: |