From 686f46f77e32617c6211aa63f7e24089ef82d46b Mon Sep 17 00:00:00 2001 From: Andrea Fontana Date: Fri, 10 Jan 2025 09:46:54 +0100 Subject: [PATCH] Update d.yml --- .github/workflows/d.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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