mirror of https://github.com/bsnes-emu/bsnes.git
The macOS environment doesn't come with GCC, it'll just test Clang again
This commit is contained in:
parent
17c97c3c2b
commit
7e908fef0e
|
@ -11,6 +11,9 @@ jobs:
|
|||
- os: macos-latest
|
||||
cc: clang
|
||||
extra_target: cocoa
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
cc: gcc
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue