Skip to content

Commit

Permalink
use java 11 for utility workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Nov 3, 2024
1 parent 98aa493 commit fae83f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Publish to Maven Central
run: |
if [[ $(git tag --points-at HEAD) != '' ]]; then
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
- name: Upload Example Zips
run: ./mill uploadToGithub

Expand All @@ -112,7 +112,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Generate Website
run: |
cd docs
Expand Down

0 comments on commit fae83f8

Please sign in to comment.