瀏覽代碼

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 月之前
父節點
當前提交
0099ed6ad0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/continuous_integration.yml

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

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