Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Aug 17, 2024
1 parent 202bb5d commit 01f0783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dragonwell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 8 x86
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
- name: Set up JDK 8 x64
uses: actions/setup-java@v4
with:
distribution: 'dragonwell'
java-version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: gradle/actions/wrapper-validation@v3

- name: Set up JDK
- name: Set up JDK x64
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: gradle/actions/wrapper-validation@v3

- name: Set up JDK
- name: Set up JDK x86
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
Expand Down

0 comments on commit 01f0783

Please sign in to comment.