Skip to content

Commit 65fe9d4

Browse files
committed
Use JDK 17 in iOS scripts workflow for HelloCodenameOne build
1 parent b1aafb5 commit 65fe9d4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/scripts-ios.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878

79+
- name: Set up JDK 17
80+
uses: actions/setup-java@v4
81+
with:
82+
distribution: temurin
83+
java-version: '17'
84+
cache: maven
85+
7986
- name: Ensure CocoaPods tooling
8087
run: |
8188
mkdir -p ~/.codenameone

0 commit comments

Comments
 (0)