Skip to content

Commit

Permalink
Exclude mac OS 12 with DMD 2.107 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 10, 2024
1 parent 155ec8a commit 936a8af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
os: [ubuntu-latest, macos-12]
# TODO: os: [ubuntu-latest, macos-12, windows-latest]
compiler: [ldc-1.36.0, dmd-2.107.0]
# FIXME: ImportC doesn't emit `struct` constructors?
# Undefined symbols for architecture x86_64:
# "__C.WGPURenderPassDescriptor.__initwgpu_bindings", referenced from:
# @trusted wgpu.api.RenderPass wgpu.api.CommandEncoder.beginRenderPass(const(__C.WGPURenderPassDescriptor)) in wgpu-d-test-unittest.o
exclude:
- os: macos-12
compiler: dmd-2.107.0

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 936a8af

Please sign in to comment.