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 0d86601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- { 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 0d86601

Please sign in to comment.