From 0d26b9d6d64f30105755b60fc9747065617998b4 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Fri, 18 Oct 2024 14:37:39 -0500 Subject: [PATCH] Update to macOS-13 in github actions runners --- .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 9c21b88d..b7941084 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -100,7 +100,7 @@ jobs: strategy: fail-fast: false matrix: - os: [{genus: macos-12, family: osx}] + os: [{genus: macos-13, family: osx}] compiler: [{cc: clang, cxx: clang++}] cmake_build_type: [Debug, Release] steps: