Commit 91a7422 1 parent 11c4130 commit 91a7422 Copy full SHA for 91a7422
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
with :
52
52
distribution : ' zulu'
53
53
java-version : ${{ matrix.java }}
54
- - name : Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux)
55
- if : runner.os == 'Linux'
54
+ - name : Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux/macOS )
55
+ if : runner.os == 'Linux' || runner.os == 'macOS'
56
56
run : |
57
57
java -Xinternalversion
58
58
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
@@ -111,8 +111,8 @@ jobs:
111
111
with :
112
112
distribution : ' temurin'
113
113
java-version : ${{ matrix.java }}
114
- - name : Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux)
115
- if : runner.os == 'Linux'
114
+ - name : Setup BUILD_JAVA_HOME & BUILD_JAVA_VERSION (Linux/macOS )
115
+ if : runner.os == 'Linux' || runner.os == 'macOS'
116
116
run : |
117
117
java -Xinternalversion
118
118
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments