diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fd6de5..ff70485 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ - dmd-master - ldc-master # Test some intermediate versions - - ldc-1.26.0 + - ldc-1.29.0 - dmd-2.099.1 - dmd-2.102.2 - dmd-2.105.3 diff --git a/source/app.d b/source/app.d index e27ebd7..ac43cc3 100644 --- a/source/app.d +++ b/source/app.d @@ -32,8 +32,7 @@ * * https://dlang.org/changelog/2.087.0.html#gc_parallel */ -static if (__VERSION__ >= 2087) - extern(C) __gshared string[] rt_options = [ "gcopt=parallel:0" ]; +extern(C) __gshared string[] rt_options = [ "gcopt=parallel:0" ]; int main(string[] args) {