Skip to content

Commit a9cccbc

Browse files
Akemikasper93
authored andcommitted
ci/mac: remove unnecessary cc and ccx variables
1 parent 56ca370 commit a9cccbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ jobs:
227227
runs-on: ${{ matrix.os }}
228228
strategy:
229229
matrix:
230-
cc:
231-
- "clang"
232-
cxx:
233-
- "clang++"
234230
os:
235231
- "macos-13"
236232
- "macos-14"
@@ -279,8 +275,6 @@ jobs:
279275
run: |
280276
./ci/build-macos.sh
281277
env:
282-
CC: "${{ matrix.cc }}"
283-
CXX: "${{ matrix.cxx }}"
284278
TRAVIS_OS_NAME: "${{ matrix.os }}"
285279

286280
- name: Create App Bundle

0 commit comments

Comments
 (0)