From 69ef8463fff50ad762d1f21de44261de88425b2d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 9 Dec 2024 09:00:35 -0500 Subject: [PATCH] Move the github CI to macOS-13. CI has started to fail with "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721". --- .github/workflows/toybox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml index a2f06219..2eb12efb 100644 --- a/.github/workflows/toybox.yml +++ b/.github/workflows/toybox.yml @@ -7,8 +7,8 @@ on: branches: [ master ] jobs: - MacOS-12: - runs-on: macos-12 + MacOS-13: + runs-on: macos-13 steps: - uses: actions/checkout@v2 -- 2.39.5