File tree 3 files changed +1
-14
lines changed
third_party/argparse/.github/workflows
3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 34
34
format : " /usr/bin/clang-format-14" ,
35
35
tidy : " /usr/bin/clang-tidy-14" ,
36
36
}
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
- }
43
37
- {
44
38
name : " macOS 13 (Ventura) AppleClang" ,
45
39
os : macos-13,
Original file line number Diff line number Diff line change 8
8
# #
9
9
# # Supported environments:
10
10
# # * 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)
13
12
# # =================================================================
14
13
15
14
main () {
Original file line number Diff line number Diff line change 16
16
17
17
toolchain :
18
18
- macos-latest-clang
19
- - macos-12-clang
20
19
- ubuntu-latest-clang
21
20
- ubuntu-latest-gcc
22
21
- windows-2019-msvc
29
28
c_compiler : clang
30
29
cxx_compiler : clang++
31
30
32
- - toolchain : macos-12-clang
33
- os : macos-latest
34
- c_compiler : clang
35
- cxx_compiler : clang++
36
-
37
31
- toolchain : ubuntu-latest-clang
38
32
os : ubuntu-latest
39
33
c_compiler : clang
You can’t perform that action at this time.
0 commit comments