Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Jun 21, 2024
1 parent e206434 commit 9454492
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
name: Matrix Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
dc: [dmd-2.099.1, dmd-latest, ldc-latest]
include:
- { os: macOS-latest, dc: ldc-latest }

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v1
Expand Down Expand Up @@ -48,4 +50,6 @@ jobs:
run: dub --root examples build --parallel --verbose

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9454492

Please sign in to comment.