diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 78e97c0..c7bb6c5 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 8 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '8' distribution: 'adopt' - name: Initialize CodeQL