Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove MacOS 12 (Monterey) CI #784

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions build_support/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
6 changes: 0 additions & 6 deletions third_party/argparse/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

toolchain:
- macos-latest-clang
- macos-12-clang
- ubuntu-latest-clang
- ubuntu-latest-gcc
- windows-2019-msvc
Expand All @@ -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
Expand Down
Loading