From ff0a9bc2ee0f5673cf2fb617e799e4f51292134d Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Sun, 5 May 2024 21:25:42 +0900 Subject: [PATCH] CI: restrict dmd to macOS latest --- .github/workflows/default.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 30e9f1c..8797a03 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -57,6 +57,11 @@ 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