From ed13ca5800b1150bb5853a4831a4b5c17e2ea8ab Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Mon, 7 Aug 2023 14:24:07 +0200 Subject: [PATCH] Update bob.yml --- .github/workflows/bob.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bob.yml b/.github/workflows/bob.yml index e86063b..8fcc63d 100644 --- a/.github/workflows/bob.yml +++ b/.github/workflows/bob.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v3 - with: { java-version: '11.0.15', distribution: 'microsoft'} + with: { java-version: '17.0.5+8', distribution: 'temurin'} - name: Get Defold version run: | @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v3 - with: { java-version: '11.0.15', distribution: 'microsoft'} + with: { java-version: '17.0.5+8', distribution: 'temurin'} - name: Get Defold version run: |