mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Fix: add build type for macos-13 runner with dmd
This commit is contained in:
parent
a8c4a588b2
commit
796d212b05
1 changed files with 3 additions and 0 deletions
3
.github/workflows/default.yml
vendored
3
.github/workflows/default.yml
vendored
|
@ -73,6 +73,9 @@ jobs:
|
|||
- compiler:
|
||||
dmd: dmd
|
||||
host: macos-13
|
||||
build:
|
||||
type: 'dub'
|
||||
version: 'current'
|
||||
|
||||
runs-on: ${{ matrix.host }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue