Merge branch 'Stable' into Dev
This commit is contained in:
commit
2ad6e2dfb4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cmake-multi-platform.yml
vendored
6
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -38,9 +38,9 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
cpp_compiler: clang++
|
cpp_compiler: clang++
|
||||||
- os: macos-latest
|
#- os: macos-latest
|
||||||
c_compiler: clang
|
# c_compiler: clang
|
||||||
cpp_compiler: clang++
|
# cpp_compiler: clang++
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue