From d52d414a343bb8baf49c6cb07f7a55580ce084b7 Mon Sep 17 00:00:00 2001 From: Mike Landau Date: Wed, 16 Oct 2024 14:48:43 -0700 Subject: [PATCH] [cicd] Remove macos-12 (#2361) ## Summary It's deprecated ## How was it tested? --- .github/workflows/debug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 2328cd6032f..4b777067d1e 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -9,7 +9,7 @@ on: default: "ubuntu-latest" type: choice options: - - macos-12 + - macos-latest - ubuntu-latest permissions: