File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
third_party/argparse/.github/workflows Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 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
1514main () {
Original file line number Diff line number Diff line change 1616
1717 toolchain :
1818 - macos-latest-clang
19- - macos-12-clang
2019 - ubuntu-latest-clang
2120 - ubuntu-latest-gcc
2221 - windows-2019-msvc
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
You can’t perform that action at this time.
0 commit comments