You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+23-16Lines changed: 23 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ jobs:
74
74
- { dc: ldc-master, do_test: true }
75
75
# Test on ARM64
76
76
- { os: macOS-14, dc: ldc-latest, do_test: true }
77
+
- { os: ubuntu-24.04, dc: gdc-13, do_test: false } # ice when building tests
78
+
- { os: ubuntu-24.04, dc: gdc-14, do_test: true }
77
79
exclude:
78
80
# Error with those versions:
79
81
# 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)'
0 commit comments