From c64f756a1e7810b31d770a8b967f7335372e189e Mon Sep 17 00:00:00 2001 From: Stelios Petrakis Date: Wed, 3 Jul 2024 17:51:09 +0200 Subject: [PATCH] Updates docs CI runner image from MacOS 12 to MacOS 14 MacOS 12 runner was failing when trying to build the project for the `jazzy` gem that generates the documentation. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index af0ccb8..487208c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v3