diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 283bb4f..fcda285 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -26,14 +26,14 @@ jobs: - os: macos-13 dc: ldc-latest - runs-on: ${{ matrix.os }} - - # runs-on: ubuntu-latest - + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v4 - uses: dlang-community/setup-dlang@v1 - + with: + compiler: ${{ matrix.dc }} + - name: 'Build & Test' run: | # Build the project, with its main file included, without unittests