Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6634269

Browse files
user java 8 coreto
1 parent 0aa12fe commit 6634269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@v3
2020
with:
21-
distribution: 'microsoft'
22-
java-version: '11.0.19'
21+
distribution: 'corretto'
22+
java-version: '8.0.412'
2323
- name: Start adb server
2424
run: adb devices
2525
- name: Gradle cache

0 commit comments

Comments
 (0)