mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +03:00
CI: restrict dmd to macOS latest
This commit is contained in:
parent
565087aa76
commit
ff0a9bc2ee
1 changed files with 5 additions and 0 deletions
5
.github/workflows/default.yml
vendored
5
.github/workflows/default.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue