CI: restrict dmd to macOS latest
This commit is contained in:
parent
565087aa76
commit
ff0a9bc2ee
|
@ -57,6 +57,11 @@ jobs:
|
|||
dmd: gdc-12
|
||||
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
|
||||
- compiler:
|
||||
dmd: gdc-12
|
||||
|
|
Loading…
Reference in New Issue