Skip to content

Commit

Permalink
Fix java-version in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamZi committed Dec 18, 2024
1 parent 41cde72 commit cc87dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_spec_conformance_test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
java-version: "21.0.3"

- name: Initialize sub-modules
run: |
Expand Down

0 comments on commit cc87dfe

Please sign in to comment.