From aa4ee17ab4125e01a109c515f4a09c26ef24696b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sat, 3 Oct 2020 07:00:20 -0400 Subject: [PATCH] Bring Ubuntu current in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd5af64..023834ea 100644 --- a/README.md +++ b/README.md @@ -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: