Skip to content

Commit

Permalink
Merge pull request #81 from atilaneves/update
Browse files Browse the repository at this point in the history
Update OS and compiler versions
  • Loading branch information
atilaneves authored Aug 6, 2024
2 parents 211d2d9 + 095ceb1 commit 3eb4788
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- windows-2019
- macos-11
- ubuntu-24.04
- windows-2022
- macos-12
dc:
- dmd-2.108.0
- dmd-2.109.1
- dmd-2.100.0
- ldc-1.37.0
- ldc-1.39.0
- ldc-1.28.0

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

- name: Install D compiler
uses: dlang-community/setup-dlang@v1.4.0
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}

Expand All @@ -36,4 +36,4 @@ jobs:
- name: Build binary
run: dub build -q

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit 3eb4788

Please sign in to comment.