mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Properly exclude GCC from macOS matrices
This commit is contained in:
@@ -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