From afe0aa21b3c09c5c22327affc804ce58769ea85c Mon Sep 17 00:00:00 2001
From: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
Date: Fri, 8 Nov 2024 16:55:31 -0500
Subject: [PATCH] move from macos-12 to macos-14 (#1136) (#1139)

(cherry picked from commit afd1829dd5815a10564ca20f980f7c341709ded3)
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d497f05cf..821c79c6a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -176,7 +176,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, macos-12, windows-latest]
+        os: [ubuntu-latest, macos-14, windows-latest]
         python-version: ["3.9", "3.10", "3.11"]
 
     steps: