Skip to content

Commit

Permalink
Don't test with DMD 2.098 on macOS
Browse files Browse the repository at this point in the history
The macOS linker no longer works with object files produced with DMD
2.098.1. See dlang issue 22942 for more details:

  https://issues.dlang.org/show_bug.cgi?id=22942
  • Loading branch information
pbackus committed Mar 3, 2024
1 parent d0eb3c4 commit c477ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- ldc-latest
- ldc-1.29.0
- ldc-1.28.1
exclude:
- os: macOS-latest
- dc: dmd-2.098.1
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit c477ed7

Please sign in to comment.