Skip to content

Commit

Permalink
update jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 21, 2024
1 parent b751f7e commit 8bb336b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
distribution: 'microsoft'
java-version: '17'

- name: Build Compose Desktop
run: |
chmod 0777 ./gradlew
./gradlew packageDistributionForCurrentOS
- name: Upload to Release
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
distribution: 'microsoft'
java-version: '17'

- name: Build Compose Desktop
run: |
chmod 0777 ./gradlew
./gradlew packageDistributionForCurrentOS
- name: Upload to Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
distribution: 'microsoft'
java-version: '17'

- name: Build Compose Desktop
run: |
Expand Down

0 comments on commit 8bb336b

Please sign in to comment.