diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b11006..368445e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: set up JDK 1.7 uses: actions/setup-java@v4 with: - java-version: 7 + java-version: 8 distribution: zulu - name: Install build dependencies run: | @@ -59,10 +59,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: set up JDK 1.7 + - name: set up JDK 1.8 uses: actions/setup-java@v4 with: - java-version: 1.7 + java-version: 8 distribution: zulu - name: Build with CI build script