CI: restrict dmd to macOS latest
This commit is contained in:
parent
565087aa76
commit
ff0a9bc2ee
|
@ -57,6 +57,11 @@ jobs:
|
||||||
dmd: gdc-12
|
dmd: gdc-12
|
||||||
host: macos-latest
|
host: macos-latest
|
||||||
|
|
||||||
|
# Restrict DMD to macOS
|
||||||
|
- compiler:
|
||||||
|
dmd: dmd
|
||||||
|
host: macos-latest
|
||||||
|
|
||||||
# Omit dub builds for GDC because dub rejects the old fronted revision
|
# Omit dub builds for GDC because dub rejects the old fronted revision
|
||||||
- compiler:
|
- compiler:
|
||||||
dmd: gdc-12
|
dmd: gdc-12
|
||||||
|
|
Loading…
Reference in New Issue