From 04c4a6c156deca9d6fdf21143918f0c59d39551d Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Thu, 21 Jul 2022 17:25:18 +0200 Subject: [PATCH] Temporary remove macos-12 because Java 8 is not running there. Anyone, feel free to fix this :-) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afb67f413..468012a9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: fail-fast: false matrix: java_version: [ 8, 11, 17 ] - os: [ macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022 ] + os: [ ubuntu-18.04, ubuntu-20.04, windows-2019, windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository