From 996646f39bcefbc72e3d2a097478312007792315 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Fri, 10 Nov 2023 12:23:23 +0300 Subject: [PATCH] Fix macOS CI (#448) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e141e42..24d57a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Set up Java + uses: actions/setup-java@v3 + with: + distribution: 'adopt' + java-version: '17' - name: Set up Asciidoctor if: matrix.asciidoctor != '' run: echo "ASCIIDOCTOR_VERSION=${{ matrix.asciidoctor }}" >> "${GITHUB_ENV}"