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