From 4d7e4f5f81216424d2fba2fdf98d477d6ab1180d Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 26 Dec 2025 22:41:51 +0100 Subject: [PATCH] drop macOS intel --- .github/workflows/default.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index bb6341e..6ab9c29 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -70,13 +70,6 @@ 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-15-intel - build: - type: 'dub' - version: 'current' - runs-on: ${{ matrix.host }} steps: