Fix: add build type for macos-13 runner with dmd
This commit is contained in:
parent
a8c4a588b2
commit
796d212b05
|
@ -73,6 +73,9 @@ jobs:
|
|||
- compiler:
|
||||
dmd: dmd
|
||||
host: macos-13
|
||||
build:
|
||||
type: 'dub'
|
||||
version: 'current'
|
||||
|
||||
runs-on: ${{ matrix.host }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue