Skip to content

Commit

Permalink
update jdk for build of tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Mar 6, 2024
1 parent 8f0acb0 commit 586bc03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-against-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'oracle'
distribution: 'adopt'

- name: Build Tracer
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-against-snapshot-1440.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'oracle'
distribution: 'adopt'

- name: Build Tracer
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-against-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'oracle'
distribution: 'adopt'

- name: Build Tracer
shell: bash
Expand Down

0 comments on commit 586bc03

Please sign in to comment.