Skip to content

Commit

Permalink
disable gcc builds on mac, as we dont really support it
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Nov 2, 2021
1 parent 9ea526d commit b649520
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
compiler: [gcc, clang]
compiler: [clang]
include:
- compiler: gcc
cc: gcc
cxx: g++
- compiler: clang
cc: clang
cxx: clang++
Expand Down

0 comments on commit b649520

Please sign in to comment.