Skip to content

Commit efda8d7

Browse files
committed
update macos ci
1 parent 558ed9b commit efda8d7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/MacOs.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,21 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
compiler: [
25-
# { tool: apple-clang },
2625
{ tool: llvm, ver: 12 },
2726
{ tool: llvm, ver: 13 },
2827
{ tool: llvm, ver: 14 },
2928
{ tool: llvm, ver: 15 },
3029
{ tool: llvm, ver: 16 },
3130
{ tool: llvm, ver: 17 },
32-
{ tool: llvm, ver: 18 },
33-
# { tool: gcc, ver: 10 },
34-
# { tool: gcc, ver: 11 },
35-
# { tool: gcc, ver: 12 },
36-
# { tool: gcc, ver: 13 },
37-
{ tool: gcc, ver: 14 } ]
31+
{ tool: llvm, ver: 18 } ]
3832
build_type: [ Release ]
3933
os: [ macos-12, macos-13, macos-14 ]
4034
std: [ 17, 20, 23 ]
4135
library_type: [ Static ]
4236
include:
43-
- compiler: { tool: gcc }
44-
cxx: g++
45-
cc: gcc
4637
- compiler: { tool: llvm }
4738
cxx: /opt/homebrew/opt/llvm/bin/clang++
4839
cc: /opt/homebrew/opt/llvm/bin/clang
49-
- compiler: { tool: apple-clang }
50-
cxx: ''
51-
cc: ''
52-
exclude:
53-
- { os: macos-14, compiler: { tool: gcc, ver: 10 } }
54-
- { compiler: { tool: gcc, ver: 10 }, std: 23 }
5540

5641
runs-on: ${{matrix.os}}
5742
steps:

0 commit comments

Comments
 (0)