We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b1820 commit 968f350Copy full SHA for 968f350
.github/workflows/main.yml
@@ -54,6 +54,18 @@ jobs:
54
container_image: alpine:3.21
55
host_dmd: ldmd2
56
# macOS
57
+ - job_name: macOS 15-intel x64, LDC (latest)
58
+ os: macos-15-intel
59
+ host_dmd: ldc
60
+ # Disabled due to segfault
61
+ #- job_name: macOS 15-intel x64, DMD (bootstrap)
62
+ # os: macos-15-intel
63
+ # host_dmd: dmd-2.107.1
64
+ # Disabled because of failure https://issues.dlang.org/show_bug.cgi?id=24518
65
+ #- job_name: macOS 15-intel, DMD (coverage)
66
67
+ # host_dmd: dmd
68
+ # coverage: true
69
- job_name: macOS 14 x64, DMD (latest)
70
os: macos-14
71
host_dmd: dmd
0 commit comments