AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 05007a9..03b71e6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v2
       with:
-        distribution: 'adopt'
+        distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
       run: mvn -V --file pom.xml --no-transfer-progress