From 9d46d05c2cd966af7bd2dcf5750405b6364a984a Mon Sep 17 00:00:00 2001 From: eugene Date: Mon, 7 Oct 2024 13:37:54 -0400 Subject: [PATCH] update macos CI runner to 13 (cherry picked from commit 89a422f4f14d68ff044fc7ea427abb74ba6d828c) --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b1a23368..c5640bd4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,11 +24,11 @@ jobs: fail-fast: false matrix: include: - - os: macOS-12 + - os: macOS-13 name: macOS x86_64 preset: macOS-x64 - - os: macOS-12 + - os: macOS-13 name: macOS arm64 preset: macOS-arm64