Browse Source

ci: Remove gcc from macos matrix

Turns out gcc on macos by default is just an alias for clang, so these
configurations were adding no value at all.
Arcady Goldmints-Orlov 9 tháng trước cách đây
mục cha
commit
0099ed6ad0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/continuous_integration.yml

+ 1 - 1
.github/workflows/continuous_integration.yml

@@ -154,7 +154,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [macos-14, macos-13]
-        compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
+        compiler: [{cc: clang, cxx: clang++}]
         cmake_build_type: [Debug, Release]
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2