From 8bf124f1fcc8e73dace94bf2eb8c59441a06b8a8 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Tue, 5 Nov 2024 11:23:34 -0500 Subject: [PATCH] Remove macos-12 runner due to GitHub deprecation. (#1977) See https://github.com/actions/runner-images/issues/10721. Signed-off-by: Spencer Wilson --- .github/workflows/macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5cc2949b2..2ca2aa713 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,6 @@ jobs: matrix: os: # macos-14 runs on aarch64; the others run on x64 - - macos-12 - macos-13 - macos-14 CMAKE_ARGS: