Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 10, 2025
1 parent 6f66444 commit b7c61c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ macos-13, macos-14, macos-15 ]
distribution: [ 'adopt-hotspot', 'adopt-openj9', 'oracle' ]
distribution: [ 'adopt-hotspot', 'adopt-openj9' ]

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ windows-2025, ubuntu-24.04 ]
distribution: [ 'temurin' ]
distribution: [ 'zulu' ]

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

Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: '8.0.302'
java-version: '8.0.153'
java-package: jdk
architecture: x86
cache: 'gradle'
Expand Down

0 comments on commit b7c61c7

Please sign in to comment.