diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 8a4eab83..7ad49e4b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -35,7 +35,7 @@ jobs: ] host: [ ubuntu-22.04, - macos-latest, + macos-13, windows-latest ] build: [ @@ -57,11 +57,6 @@ jobs: dmd: gdc-12 host: macos-latest - # Restrict DMD to macOS - - compiler: - dmd: dmd - host: macos-latest - # Omit dub builds for GDC because dub rejects the old fronted revision - compiler: dmd: gdc-12 @@ -70,6 +65,10 @@ jobs: include: - { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } } + - compiler: + dmd: ldmd2 + host: macos-latest + runs-on: ${{ matrix.host }} steps: