Skip to content

Commit

Permalink
Update d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko authored Jan 10, 2025
1 parent ebcdd76 commit c3efb92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
dc: [ldc-latest, dmd-latest]
exclude:
- os: macos-14
dc: dmd-latest
- os: macos-13
dc: ldc-latest

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

Expand Down

0 comments on commit c3efb92

Please sign in to comment.