mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Bring Ubuntu current in README
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
d202f5dbf7
commit
aa4ee17ab4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ steps:
|
|||
```yaml
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# test against latest update of each major Java version, as well as specific updates of LTS versions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue