From a1adaaf609fb2f5cb7326d806994f8022ffb999b Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Sat, 23 Dec 2023 11:23:09 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e197fc4..6ec6e03 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04, macOS-latest, windows-2016] + os: [ubuntu-latest, macOS-latest, windows-latest] java: [11, 17, 21] fail-fast: false max-parallel: 4