From ff6cf663e6d927f4518398109a41849787a4abd3 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Sat, 20 Jul 2024 03:21:11 +0200 Subject: [PATCH] CI: macOS 11->12 (#1653) GitHub macOS 11 runners are gone. 12-14 are supported. --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f7b332fbde..641f138976 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: # appleclang10_py37_h5_ad2_libcpp # appleclang11_nopy_nompi_h5_ad2 - appleclang14_py_mpi_h5_ad2: + appleclang15_py_mpi_h5_ad2: runs-on: macos-latest if: github.event.pull_request.draft == false steps: @@ -45,8 +45,8 @@ jobs: cmake --build build --parallel 3 ctest --test-dir build --verbose - appleclang13_py: - runs-on: macos-11 + appleclang14_py: + runs-on: macos-12 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3