From 99adcf98f0672220914e5c34b2b2b92314e5fdb5 Mon Sep 17 00:00:00 2001
From: Matthew McKnight <91097623+McKnight-42@users.noreply.github.com>
Date: Tue, 4 Jun 2024 13:33:55 -0500
Subject: [PATCH] fix macos runner typo (#820) (#834)

Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
---
 .github/workflows/integration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 5c0c9e73d..9a4233cee 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -67,7 +67,7 @@ jobs:
       fail-fast: false
       max-parallel: 3
       matrix:
-        os: [ubuntu-22.04, macos12, windows-2022]
+        os: [ubuntu-22.04, macos-12, windows-2022]
         python-version: ["3.8"]
         include:
           - os: ubuntu-22.04