From 8c33ca160bd8e9eeec52edf685a892751369939d Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Wed, 20 Mar 2024 07:56:53 +0100 Subject: [PATCH] update macos to 14 --- .github/workflows/cmake-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index f1aec4387e..64492fb0b9 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -172,7 +172,7 @@ jobs: .\conanrunenv-release-x86_64.ps1 ctest --extra-verbose --no-tests=error --output-on-failure shell: pwsh - macos-12: + macos-14: strategy: matrix: shared: ["shared", "static"] @@ -181,7 +181,7 @@ jobs: # "mpi", "serial" ] - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2