Skip to content

Commit 5705473

Browse files
authored
remove MacOS 12 (Monterey) CI (#784)
remove macos 12 CI
1 parent 81984f4 commit 5705473

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/workflows/cmake.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
format: "/usr/bin/clang-format-14",
3535
tidy: "/usr/bin/clang-tidy-14",
3636
}
37-
- {
38-
name: "macOS 12 (Monterey) AppleClang",
39-
os: macos-12,
40-
format: "/usr/local/opt/llvm@14/bin/clang-format",
41-
tidy: "/usr/local/opt/llvm@14/bin/clang-tidy",
42-
}
4337
- {
4438
name: "macOS 13 (Ventura) AppleClang",
4539
os: macos-13,

build_support/packages.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
##
99
## Supported environments:
1010
## * Ubuntu 22.04 (x86-64)
11-
## * macOS 11 Big Sur (x86-64 or ARM)
12-
## * macOS 12 Monterey (x86-64 or ARM)
11+
## * macOS 13 Ventura (x86-64 or ARM)
1312
## =================================================================
1413

1514
main() {

third_party/argparse/.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
toolchain:
1818
- macos-latest-clang
19-
- macos-12-clang
2019
- ubuntu-latest-clang
2120
- ubuntu-latest-gcc
2221
- windows-2019-msvc
@@ -29,11 +28,6 @@ jobs:
2928
c_compiler: clang
3029
cxx_compiler: clang++
3130

32-
- toolchain: macos-12-clang
33-
os: macos-latest
34-
c_compiler: clang
35-
cxx_compiler: clang++
36-
3731
- toolchain: ubuntu-latest-clang
3832
os: ubuntu-latest
3933
c_compiler: clang

0 commit comments

Comments
 (0)