remove gcc for MacOS in conan.yml

This commit is contained in:
tqfx 2024-09-06 13:04:59 +08:00
parent 372b436276
commit 8c051b84d2
No known key found for this signature in database
GPG Key ID: 54B434B4E27F1DCB
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ jobs:
fail-fast: false
matrix:
include: [
{ cc: gcc, cxx: g++ },
{ cc: clang, cxx: clang++ },
]
runs-on: macos-latest