Update GitHub builds to use Temurin
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ba77a97..e9c398f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
       run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress