diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 8a4eab83..e86c3b8b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -57,7 +57,7 @@ jobs: dmd: gdc-12 host: macos-latest - # Restrict DMD to macOS + # Restrict DMD to macOS latest - compiler: dmd: dmd host: macos-latest @@ -70,6 +70,10 @@ jobs: include: - { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } } + - compiler: + dmd: dmd + host: macos-13 + runs-on: ${{ matrix.host }} steps: