We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3949acb commit 4fafe16Copy full SHA for 4fafe16
.github/workflows/android.yml
@@ -54,10 +54,9 @@ jobs:
54
- name: setup Xcode version (macos)
55
if: runner.os == 'macOS'
56
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
57
- - name: Force Java 8 (macOS)
58
- if: startsWith(matrix.os, 'macos')
+ - name: Force Java 11
59
shell: bash
60
- run: echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV
+ run: echo "JAVA_HOME=${JAVA_HOME_11_X64}" >> $GITHUB_ENV
61
- name: Store git credentials for all git commands
62
# Forces all git commands to use authenticated https, to prevent throttling.
63
0 commit comments