mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 10:53:05 +02:00
The macOS environment doesn't come with GCC, it'll just test Clang again
This commit is contained in:
3
.github/workflows/buildability.yml
vendored
3
.github/workflows/buildability.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user