Fix: add build type for macos-13 runner with dmd

This commit is contained in:
Hiroki Noda 2024-05-06 17:53:23 +09:00 committed by Jan Jurzitza
parent a8c4a588b2
commit 796d212b05
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}