Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 6, 2025
1 parent 496f755 commit bf88ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 21 / Temurin
uses: actions/setup-java@v4
with:
java-version: 11
distribution: ${{ github.event.inputs.java_distribution }}
java-version: 21
distribution: 'temurin'
- name: Cache Maven packages
if: always()
uses: actions/cache@v4
Expand Down

0 comments on commit bf88ee2

Please sign in to comment.