mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Properly exclude GCC from macOS matrices
This commit is contained in:
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@@ -12,9 +12,9 @@ jobs:
|
|||||||
buildsys: [make, cmake]
|
buildsys: [make, cmake]
|
||||||
exclude:
|
exclude:
|
||||||
# `gcc` is just an alias to `clang` on macOS, don't bother
|
# `gcc` is just an alias to `clang` on macOS, don't bother
|
||||||
- os: macos-10.15
|
- os: macos-11
|
||||||
cc: gcc
|
cc: gcc
|
||||||
- os: macos-11.0
|
- os: macos-12
|
||||||
cc: gcc
|
cc: gcc
|
||||||
include:
|
include:
|
||||||
- cc: gcc
|
- cc: gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user