Skip to content

Commit

Permalink
jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 22, 2024
1 parent c4707e8 commit d27ef7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-archlinux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'

- name: Build Compose Desktop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'

- name: Build Compose Desktop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'

- name: Build Compose Desktop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'

- name: Build Compose Desktop
run: |
Expand Down

0 comments on commit d27ef7a

Please sign in to comment.