Bläddra i källkod

main.yml: deploy with jdk17 (#1922)

Ali-RS 2 år sedan
förälder
incheckning
458e9ec210
1 ändrade filer med 5 tillägg och 3 borttagningar
  1. 5 3
      .github/workflows/main.yml

+ 5 - 3
.github/workflows/main.yml

@@ -80,7 +80,7 @@ jobs:
           name: android-natives
           path: build/native
 
-  # Build the engine, we only deploy from ubuntu-latest jdk8
+  # Build the engine, we only deploy from ubuntu-latest jdk17
   BuildJMonkey:
     needs: [BuildAndroidNatives]
     name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
@@ -96,11 +96,13 @@ jobs:
             deploy: true
           - os: windows-2019
             osName: windows
+            deploy: false
           - os: macOS-latest
             osName: mac
-          - jdk: 11
             deploy: false
-          - jdk: 17
+          - jdk: 8
+            deploy: false
+          - jdk: 11
             deploy: false
 
     steps: