Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down