From 1da9da61b0a87de24b286291d9e4df08afdfdfe1 Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Tue, 25 Jun 2024 10:49:33 +0000 Subject: [PATCH] update macos version (#874) --- .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 cd9106ab..91ce8aaa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,11 +24,11 @@ jobs: fail-fast: false matrix: include: - - os: macOS-11 + - os: macOS-12 name: macOS x86_64 preset: macOS-x64 - - os: macOS-11 + - os: macOS-12 name: macOS arm64 preset: macOS-arm64