aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2024-01-05 10:09:54 +0100
committerCristian Adam <cristian.adam@qt.io>2024-01-05 10:13:45 +0000
commitc48c3110dabc4dd504ad7ce3715cea726c70d79b (patch)
tree2b910053990691bd13922d0bd2166519ad7dc724
parentbc3e30e7ec2ed09b0664d15355ad8ae018bdc79b (diff)
GitHub Actions: Update macOS runner to version 13
This version comes with 4 CPUs instead of 3. Change-Id: I0a5de644e668a77a9cbda9fa57b6a322351dafa4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--.github/workflows/build_cmake.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index c811f9293c..d118fb106e 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++"
}