From ebe5dbaf6cc9d968649796196d0d462d48469bd0 Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Sat, 22 Jun 2024 02:33:37 +0200 Subject: [PATCH] debug --- .github/workflows/main.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fd6de582..2b21ac1ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,19 +52,11 @@ jobs: fail-fast: false matrix: # Latest stable version, update at will - os: [ macOS-12, ubuntu-20.04, windows-2019 ] + os: [ macOS-12 ] dc: # Always test latest as that is what we use to compile on release - dmd-latest - ldc-latest - # Provide some testing for upstream - - dmd-master - - ldc-master - # Test some intermediate versions - - ldc-1.26.0 - - dmd-2.099.1 - - dmd-2.102.2 - - dmd-2.105.3 include: - { do_test: false } - { dc: dmd-latest, do_test: true }