From 0e96a44f44d12a801f679778f5004185792e36e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Wed, 4 Dec 2024 13:40:37 +0100 Subject: [PATCH] Upgrade appleclang14 build to MacOS 13 > The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b9b4523852..db003484a0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -45,7 +45,7 @@ jobs: ctest --test-dir build --verbose appleclang14_py: - runs-on: macos-12 + runs-on: macos-13 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v4