Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ jobs:
container_image: alpine:3.21
host_dmd: ldmd2
# macOS
- job_name: macOS 15-intel x64, LDC (latest)
os: macos-15-intel
host_dmd: ldc
# Disabled due to segfault
#- job_name: macOS 15-intel x64, DMD (bootstrap)
# os: macos-15-intel
# host_dmd: dmd-2.107.1
# Disabled because of failure https://issues.dlang.org/show_bug.cgi?id=24518
#- job_name: macOS 15-intel, DMD (coverage)
# os: macos-15-intel
# host_dmd: dmd
# coverage: true
- job_name: macOS 14 x64, DMD (latest)
os: macos-14
host_dmd: dmd
Expand Down
Loading