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 fd509edCopy full SHA for fd509ed
.github/workflows/main.yml
@@ -54,6 +54,17 @@ jobs:
54
container_image: alpine:3.21
55
host_dmd: ldmd2
56
# macOS
57
+ - job_name: macOS 15-intel x64, DMD (latest)
58
+ os: macos-15-intel
59
+ host_dmd: dmd
60
+ - job_name: macOS 15-intel x64, DMD (bootstrap)
61
+ # Disabled because of failure https://issues.dlang.org/show_bug.cgi?id=24518
62
+ #- job_name: macOS 15-intel, DMD (coverage)
63
+ # os: macos-15-intel
64
+ # host_dmd: dmd
65
+ # coverage: true
66
67
+ host_dmd: dmd-2.107.1
68
- job_name: macOS 14 x64, DMD (latest)
69
os: macos-14
70
host_dmd: dmd
0 commit comments