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 688861f..d394798 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 -B --file pom.xml --no-transfer-progress