]> nmode's Git Repositories - signal-cli/commitdiff
Switch CI to temurin distribution v0.11.10
authorAsamK <asamk@gmx.de>
Thu, 11 May 2023 18:20:51 +0000 (20:20 +0200)
committerAsamK <asamk@gmx.de>
Thu, 11 May 2023 18:20:51 +0000 (20:20 +0200)
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml

index 71e6e15ebd33a48fe271be43af5f970315cb09ce..8ffd7b48ed314db2da4f803f74177d61f2217cee 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v3
         with:
       - name: Set up JDK
         uses: actions/setup-java@v3
         with:
-          distribution: 'adopt'
+          distribution: 'temurin'
           java-version: ${{ matrix.java }}
           cache: 'gradle'
       - name: Build with Gradle
           java-version: ${{ matrix.java }}
           cache: 'gradle'
       - name: Build with Gradle
index 60c4ef990e0c68e6c2477cf6c5eb15aee2b10676..f0ddd463f2bde538bcbf0e0b6ee493d3e08135c3 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - name: Setup Java JDK
         uses: actions/setup-java@v3
         with:
       - name: Setup Java JDK
         uses: actions/setup-java@v3
         with:
-          distribution: 'adopt'
+          distribution: 'temurin'
           java-version: 17
 
       - name: Checkout repository
           java-version: 17
 
       - name: Checkout repository