Skip to content

Commit 138300e

Browse files
committed
Update JDK to 21
1 parent f888fd0 commit 138300e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)