commit | 394bcffd03fd681a6b15660094d03f8246b66905 | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Mon Nov 04 11:56:36 2024 -0500 |
committer | DRC <information@libjpeg-turbo.org> | Mon Nov 04 11:56:36 2024 -0500 |
tree | e77aa58a37ef030f5bd9ee23f5c117e31785f989 | |
parent | 736290e591dd2e303d2def2723bad1de3c733740 [diff] |
CI: Use Java 8 for MacOS build
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7373912..e1e8039 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -45,6 +45,7 @@ - name: Set global environment variables run: | echo "BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >$GITHUB_ENV + echo "JAVA_HOME=${JAVA_HOME_8_X64}" >>$GITHUB_ENV - name: Check out code uses: actions/checkout@v4 - name: Set up build