diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index bb6341e..6ab9c29 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -70,13 +70,6 @@ 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-15-intel - build: - type: 'dub' - version: 'current' - runs-on: ${{ matrix.host }} steps: