Skip to content

Commit

Permalink
Disable dmd tests on macOS ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka authored Oct 11, 2024
1 parent ea45ec3 commit 5653686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- { os: ubuntu-latest, dc: dmd-2.094.2, arch: x86_64 }
- { os: ubuntu-latest, dc: dmd-2.091.1, arch: x86_64 }
- { os: ubuntu-latest, dc: ldc-1.20.1, arch: x86_64 }
exclude:
- { os: macOS-latest, dc: dmd-latest }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5653686

Please sign in to comment.