Commit b04d6c12 authored by Jerome Wu's avatar Jerome Wu

Test if jdk 7 works (as jdk 6 is not available in Mac

parent 9cad9edb
...@@ -29,10 +29,10 @@ jobs: ...@@ -29,10 +29,10 @@ jobs:
macos-build: macos-build:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
# java 6 is required for using closure compiler # java 7 is required for using closure compiler
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with:
java-version: '9.0.4' # The JDK version to make available on the path. java-version: '7' # The JDK version to make available on the path.
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to architecture: x64 # (x64 or x86) - defaults to
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment