Skip to content

Commit a38cd15

Browse files
ci: use Temurin JDK 21 to avoid Azul outage
1 parent c073338 commit a38cd15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-mobile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- uses: actions/setup-java@v4
4343
with:
44-
distribution: "zulu"
45-
java-version: "21.x"
44+
distribution: "temurin"
45+
java-version: "21"
4646
cache: "gradle"
4747
- name: Create the Keystore
4848
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)