Skip to content

Commit

Permalink
Fix CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed Apr 27, 2023
1 parent b8f1a57 commit 7cb6b8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dc: [dmd-latest, ldc-latest, dmd-2.094.2, ldc-1.24.0, dmd-2.091.1, ldc-1.20.1]
dc: [dmd-latest, ldc-latest]
arch: [x86_64]
include:
- { 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 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7cb6b8f

Please sign in to comment.