From 7fd0879ff67ae8a79a188a034e1d14e9d55b97aa Mon Sep 17 00:00:00 2001 From: Jan Kotanski Date: Wed, 20 Mar 2024 08:09:24 +0100 Subject: [PATCH] change tests to macos-13 --- .github/workflows/cmake-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index f1aec4387e..d02452f50f 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-13: strategy: matrix: shared: ["shared", "static"] @@ -181,7 +181,7 @@ jobs: # "mpi", "serial" ] - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -200,7 +200,6 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade conan - # pip install --upgrade conan==2.0.2 # there's currently an issue running the MPI tests on OSX with HDF5 compiled # as a dynamic library. Use static HDF5 for now HDF5_SHARED=${H5CPP_SHARED}