File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -303,10 +303,10 @@ jobs:
303303 - name : " Install dependencies"
304304 working-directory : native-template
305305 run : npm i
306- - name : " Setup JDK 17 "
306+ - name : " Setup JDK "
307307 uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
308308 with :
309- java-version : 17
309+ java-version : 21
310310 distribution : temurin
311311 cache : gradle
312312 - name : " Build Android app"
@@ -507,8 +507,8 @@ jobs:
507507 with :
508508 name : mda
509509 # Used when new xCode version of simulator should be created
510- - name : Update Xcode
511- run : sudo xcode-select --switch /Applications/Xcode_14.0.1.app
510+ # - name: Update Xcode
511+ # run: sudo xcode-select --switch /Applications/Xcode_14.0.1.app
512512 - name : " Clean detox framework cache"
513513 run : npx detox clean-framework-cache
514514 - name : " Build detox framework cache"
You can’t perform that action at this time.
0 commit comments