Skip to content

Commit 458e9ec

Browse files
authored
main.yml: deploy with jdk17 (#1922)
1 parent 67d3edf commit 458e9ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: android-natives
8181
path: build/native
8282

83-
# Build the engine, we only deploy from ubuntu-latest jdk8
83+
# Build the engine, we only deploy from ubuntu-latest jdk17
8484
BuildJMonkey:
8585
needs: [BuildAndroidNatives]
8686
name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
@@ -96,11 +96,13 @@ jobs:
9696
deploy: true
9797
- os: windows-2019
9898
osName: windows
99+
deploy: false
99100
- os: macOS-latest
100101
osName: mac
101-
- jdk: 11
102102
deploy: false
103-
- jdk: 17
103+
- jdk: 8
104+
deploy: false
105+
- jdk: 11
104106
deploy: false
105107

106108
steps:

0 commit comments

Comments
 (0)