Skip to content

Commit

Permalink
Build with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 29, 2024
1 parent a527495 commit d44dbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [11]
gradle: [7.6.4]
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11 ]
gradle: [ 7.6.4 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 10 # Timeout in 10 minutes, as Stratego initialization can sometimes deadlock
steps:
Expand Down

0 comments on commit d44dbe7

Please sign in to comment.