mirror of https://github.com/yaz0r/FITD.git
Remove more macos CI
This commit is contained in:
parent
e69547bd42
commit
c61013aacb
|
@ -32,9 +32,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-2025
|
- os: windows-2025
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
|
|
Loading…
Reference in New Issue