Skip to content

Commit a520755

Browse files
committed
Only clang for linux
1 parent 8e1cfff commit a520755

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,29 @@ jobs:
1818

1919
# Set up a matrix to run the following configurations:
2020
# 1. Windows with MSVC
21-
# 2. Linux with GCC
22-
# 3. Linux with Clang
23-
# 4. macOS with Clang
21+
# 2. Linux with Clang
22+
# 3. macOS with Clang
2423
#
2524
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2625
matrix:
2726
os: [ubuntu-latest, windows-latest, macos-latest]
2827
build_type: [Release]
29-
c_compiler: [gcc, clang, cl]
28+
c_compiler: [clang, cl]
3029
include:
3130
- os: windows-latest
3231
c_compiler: cl
3332
cpp_compiler: cl
34-
- os: ubuntu-latest
35-
c_compiler: gcc
36-
cpp_compiler: g++
3733
- os: ubuntu-latest
3834
c_compiler: clang
3935
cpp_compiler: clang++
4036
- os: macos-latest
4137
c_compiler: clang
4238
cpp_compiler: clang++
4339
exclude:
44-
- os: windows-latest
45-
c_compiler: gcc
4640
- os: windows-latest
4741
c_compiler: clang
4842
- os: ubuntu-latest
4943
c_compiler: cl
50-
- os: macos-latest
51-
c_compiler: gcc
5244
- os: macos-latest
5345
c_compiler: cl
5446

0 commit comments

Comments
 (0)