Skip to content

Commit

Permalink
GHA: Use actions/setup-java for JTReg
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jan 19, 2024
1 parent 2c114bc commit b8427cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/actions/get-jtreg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ outputs:
runs:
using: composite
steps:
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '19'

- name: 'Get JTReg version configuration'
id: version
uses: ./.github/actions/config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
name: build
runs-on: ubuntu-20.04
container:
image: debian:bullseye
#image: ubuntu:20.04
#image: debian:bullseye
image: ubuntu:18.04

strategy:
fail-fast: false
Expand Down

0 comments on commit b8427cc

Please sign in to comment.