Skip to content

Commit

Permalink
Install java on macos failed
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 23, 2024
1 parent 2907c3e commit 9a6efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.profile.jdk }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.profile.jdk }}
distribution: temurin
Expand Down

0 comments on commit 9a6efd1

Please sign in to comment.