From a8c4a588b28e95817a9cf4030bb8adbcd2bcd5b0 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Mon, 6 May 2024 17:21:46 +0900 Subject: [PATCH] CI: specify macos-13 for DMD --- .github/workflows/default.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 8a4eab83..e86c3b8b 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 + # Restrict DMD to macOS latest - compiler: dmd: dmd host: macos-latest @@ -70,6 +70,10 @@ jobs: include: - { do_report: 1, build: { type: dub, version: 'current' }, host: 'ubuntu-22.04', compiler: { version: dmd-latest, dmd: dmd } } + - compiler: + dmd: dmd + host: macos-13 + runs-on: ${{ matrix.host }} steps: