From 5838b94e62b2863a258ee1f531f5fc38da441d42 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Tue, 7 May 2024 19:05:24 +0900 Subject: [PATCH] [ci skip]: Fix comment in action --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 11a1f2a..24d74c7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -57,7 +57,7 @@ jobs: dmd: gdc-12 host: macos-latest - # Restrict DMD to macOS latest + # Omit DMD from macOS latest because DMD does not support Arm64 - compiler: dmd: dmd host: macos-latest