aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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++"
}