Skip to content

Commit

Permalink
Add Windows to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Jun 30, 2024
1 parent 3da470d commit c46cd00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-12]
# TODO: os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
# Test against the last two LDC releases
compiler: [ldc-1.37.0, ldc-1.38.0]
# TODO: compiler: [ldc-1.36.0, dmd-2.107.0]
# TODO: compiler: [ldc-1.37.0, ldc-1.38.0, dmd-2.107.0]
exclude:
# FIXME: https://github.com/chances/wgpu-d/actions/runs/9726758262/job/26845551536#step:5:26
# FIXME: This is some linking issue in DMD that's not present in LDC. ImportC doesn't emit `struct` constructors?
Expand Down

0 comments on commit c46cd00

Please sign in to comment.