Skip to content

Commit

Permalink
Merge pull request #43716 from MaryamZi/fix-conf-test-workflow
Browse files Browse the repository at this point in the history
Fix java-version in the conformance test runner workflow
  • Loading branch information
MaryamZi authored Dec 19, 2024
2 parents 41cde72 + cc87dfe commit 3d6147a
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 3d6147a

Please sign in to comment.