diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a08929f..da9458f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,9 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] dc: [ dmd-latest, ldc-latest ] + exclude: + - os: macos-latest + dc: dmd-latest # dmd is not available on macOS ARM runners runs-on: ${{ matrix.os }} timeout-minutes: 30