From 4245d368652f100fd5be7b781c827c13b6037fd6 Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Fri, 11 Oct 2024 20:42:04 +0200 Subject: [PATCH] Update MacOS release builds to use MacOS 13 Github has deprecated the runner image for MacOS 12. See https://github.com/actions/runner-images/issues/10721 --- .github/workflows/macos-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build.yaml b/.github/workflows/macos-build.yaml index fd902ce..22b0274 100644 --- a/.github/workflows/macos-build.yaml +++ b/.github/workflows/macos-build.yaml @@ -78,8 +78,8 @@ jobs: run: ctest --test-dir build --output-on-failure build-macos-release: - name: MacOS 12 (release) - runs-on: macos-12 + name: MacOS 13 (release) + runs-on: macos-13 steps: - name: Install dependencies