From ef29cf018d65cb4017a82602e6618b780d27f035 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 14 Aug 2023 22:21:46 +0200 Subject: [PATCH] - Try using latest version of `dmd` --- .github/workflows/d.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index ef1fc814..8ac08696 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -20,9 +20,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - dc: [dmd-2.101.0] + dc: [dmd-latest] exclude: - - { os: macOS-latest, dc: dmd-2.085.0 } + - { os: macOS-latest, dc: dmd-latest } runs-on: ${{ matrix.os }} steps: