From e0303d80b216dcba080695a2a6f9a2341d77205f Mon Sep 17 00:00:00 2001 From: unw9527 <1041593558@qq.com> Date: Sat, 7 Dec 2024 13:18:14 -0500 Subject: [PATCH] remove macos 12 CI --- .github/workflows/cmake.yml | 6 ------ build_support/packages.sh | 3 +-- third_party/argparse/.github/workflows/ci.yml | 6 ------ 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d2f3d5d14..7052e5296 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,12 +34,6 @@ jobs: format: "/usr/bin/clang-format-14", tidy: "/usr/bin/clang-tidy-14", } - - { - name: "macOS 12 (Monterey) AppleClang", - os: macos-12, - format: "/usr/local/opt/llvm@14/bin/clang-format", - tidy: "/usr/local/opt/llvm@14/bin/clang-tidy", - } - { name: "macOS 13 (Ventura) AppleClang", os: macos-13, diff --git a/build_support/packages.sh b/build_support/packages.sh index 2d770b9cc..aed43b117 100755 --- a/build_support/packages.sh +++ b/build_support/packages.sh @@ -8,8 +8,7 @@ ## ## Supported environments: ## * Ubuntu 22.04 (x86-64) -## * macOS 11 Big Sur (x86-64 or ARM) -## * macOS 12 Monterey (x86-64 or ARM) +## * macOS 13 Ventura (x86-64 or ARM) ## ================================================================= main() { diff --git a/third_party/argparse/.github/workflows/ci.yml b/third_party/argparse/.github/workflows/ci.yml index 4324179b2..53ad25e7f 100644 --- a/third_party/argparse/.github/workflows/ci.yml +++ b/third_party/argparse/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: toolchain: - macos-latest-clang - - macos-12-clang - ubuntu-latest-clang - ubuntu-latest-gcc - windows-2019-msvc @@ -29,11 +28,6 @@ jobs: c_compiler: clang cxx_compiler: clang++ - - toolchain: macos-12-clang - os: macos-latest - c_compiler: clang - cxx_compiler: clang++ - - toolchain: ubuntu-latest-clang os: ubuntu-latest c_compiler: clang