From 57b5e9d78a6984f981d40b343902873c493517b4 Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Mon, 6 Jan 2025 10:10:27 +0100 Subject: [PATCH] workaround: Reduce test matrix --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de451ba6d..02e935801 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: # Latest stable version, update at will - os: [ macOS-13, ubuntu-20.04, windows-2019 ] + os: [ windows-2019 ] dc: # Always test latest as that is what we use to compile on release - dmd-latest @@ -72,8 +72,6 @@ jobs: - { dc: ldc-latest, do_test: true } - { dc: dmd-master, do_test: true } - { dc: ldc-master, do_test: true } - # Test on ARM64 - - { os: macOS-14, dc: ldc-latest, do_test: true } exclude: # Error with those versions: # ld: multiple errors: symbol count from symbol table and dynamic symbol table differ in [.../dub.o]; address=0x0 points to section(2) with no content in '[...]/osx/lib/libphobos2.a[3177](config_a68_4c3.o)'