From 5ec1a8d0b524ad34ca137027c639218c95c3666a Mon Sep 17 00:00:00 2001 From: Arcady Goldmints-Orlov Date: Fri, 5 Jul 2024 16:56:22 -0400 Subject: [PATCH] Update macOS requirement from 11 to 12 in github CD workflow --- .github/workflows/continuous_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 2e154caa..0e111185 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -101,7 +101,7 @@ jobs: strategy: fail-fast: false matrix: - os: [{genus: macos-11, family: osx}] + os: [{genus: macos-12, family: osx}] compiler: [{cc: clang, cxx: clang++}] cmake_build_type: [Debug, Release] steps: