From ebe8e8de43c2624bbacf3bbc85cc3bde600f63b2 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Thu, 24 Apr 2025 14:01:31 +0000 Subject: [PATCH] Revert "GitHub Actions: Upgrade macOS runner to macos-15" This reverts commit 2b42236afa3c914471621dbe3411450dc913080b. Reason for revert: d4e3c51e8dd2171e2a43fe990a28a04a0f5483aa fixed the main issue. Change-Id: Ib05304e5ace7cfe4bbbe66095734f9406fc0c535 Reviewed-by: Jarek Kobus --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 0759250c1da..ae344b4ede8 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -49,7 +49,7 @@ jobs: } - { name: "macOS Latest Clang", artifact: "macos-universal", - os: macos-15, + os: macos-latest, cc: "clang", cxx: "clang++" }