Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed Jan 10, 2025
1 parent de49a85 commit 01a8251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dc: [dmd-latest, ldc-latest]
arch: [x86_64, arm64]
include:
- { os: ubuntu-latest, dc: dmd-2.102.2, arch: x86_64 }
- { os: ubuntu-latest, dc: dmd-2.094.2, arch: x86_64 }
- { os: ubuntu-latest, dc: ldc-1.24.0, arch: x86_64 }
exclude:
- { dc: dmd-latest, arch: arm64 }
- { dc: dmd-2.102.2, arch: arm64 }
- { dc: dmd-2.094.2, arch: arm64 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 01a8251

Please sign in to comment.