Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jul 18, 2024
1 parent ae79caa commit fcfb3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8.0.412'
java-version: '8.0.422'
java-package: jdk
architecture: x86
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14, ubuntu-22.04, windows-2019, windows-2022 ]
version: [ '8', '22.0.1' ]
version: [ '8', '22.0.2' ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit fcfb3eb

Please sign in to comment.