Skip to content

Commit 968f350

Browse files
committed
Add macos-15-intel to CI
1 parent 48b1820 commit 968f350

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ jobs:
5454
container_image: alpine:3.21
5555
host_dmd: ldmd2
5656
# 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+
# os: macos-15-intel
67+
# host_dmd: dmd
68+
# coverage: true
5769
- job_name: macOS 14 x64, DMD (latest)
5870
os: macos-14
5971
host_dmd: dmd

0 commit comments

Comments
 (0)