File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 strategy :
2525 matrix :
2626 oscc :
27- # - os: ubuntu-latest
28- # cc: gcc
29- # - os: macos-13
30- # cc: clang
31- # pg: 17
27+ - os : ubuntu-latest
28+ cc : gcc
29+ - os : macos-13
30+ cc : clang
31+ pg : 17
3232 - os : macos-14
3333 cc : clang
3434 pg : 17
3535# - os: windows-latest
3636# cc: msvc
3737# - os: windows-latest
3838# cc: mingw
39- java : [23]
39+ java : [21, 23]
4040
4141 steps :
4242
5555 echo >>"$GITHUB_ENV" "JAVA_HOME=${!candidate}"
5656 echo >>"$GITHUB_OUTPUT" java_found=true
5757 elif
58- candidate="JAVA_HOME_${JAVAVER}_${RUNNER_ARCH,,} "
58+ candidate="JAVA_HOME_${JAVAVER}_$(tr A-Z a-z <<<$ {RUNNER_ARCH}) "
5959 echo -ne 'no\n'"Environment contains $candidate? "
6060 [[ -n ${!candidate+set} ]]
6161 then
You can’t perform that action at this time.
0 commit comments