From a37536665654c026e4fd47da610d3ccb59948a3e Mon Sep 17 00:00:00 2001
From: Elliott Hughes <enh@google.com>
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.47.0.338.g60cca15819-goog

