From c48c3110dabc4dd504ad7ce3715cea726c70d79b Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Fri, 5 Jan 2024 10:09:54 +0100 Subject: [PATCH] GitHub Actions: Update macOS runner to version 13 This version comes with 4 CPUs instead of 3. Change-Id: I0a5de644e668a77a9cbda9fa57b6a322351dafa4 Reviewed-by: Eike Ziller --- .github/workflows/build_cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index c811f9293ce..d118fb106e3 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -49,7 +49,8 @@ jobs: } - { name: "macOS Latest Clang", artifact: "macos-universal", - os: macos-latest, + # TODO: move back to macos-latest when macos-latest is 13 or higher + os: macos-13, cc: "clang", cxx: "clang++" }