From ecfd503a4233f9f1a496772aeb1d53f037321d65 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 11 Nov 2021 17:55:29 +0100 Subject: ci: Build with Java 17 This change updates the CI workflows to build the simulator with Java 17 by default, which is the latest available release. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce1d2a1b..73bc3905 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 16 ] + java: [ 17 ] steps: - name: Checkout repository uses: actions/checkout@v2 -- cgit v1.2.3