Skip to content

Commit

Permalink
adapted workflow for java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed May 8, 2024
1 parent 40ed556 commit 79beda0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-rtron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
java: [ '17' ]
distribution: [ 'temurin' ]
include:
- os: 'ubuntu'
java: '11'
distribution: 'temurin'
# - os: 'ubuntu'
# java: '20'
# distribution: 'temurin'
- os: 'ubuntu'
java: '17'
distribution: 'zulu'
Expand All @@ -29,6 +23,9 @@ jobs:
- os: 'windows'
java: '17'
distribution: 'oracle'
- os: 'ubuntu'
java: '20'
distribution: 'temurin'
fail-fast: false

steps:
Expand Down

0 comments on commit 79beda0

Please sign in to comment.