Skip to content

Commit

Permalink
Merge pull request #343 from atilaneves/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
atilaneves committed May 21, 2024
2 parents bf7076c + cd99181 commit d7fda9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
- windows-2022
#- macos-10.15
dc:
- dmd-2.105.2
- dmd-2.108.1
- dmd-2.102.1
- ldc-1.35.0
- ldc-1.38.0
- ldc-1.31.0
arch:
- x86_64
clang:
- 12.0.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -38,14 +38,14 @@ jobs:

- name: Cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/llvm
key: cache-os:${{ matrix.os }}-clang:${{ matrix.clang }}

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

Expand All @@ -65,4 +65,4 @@ jobs:
env:
LIBRARY_PATH: "${{ env.LLVM_PATH }}/lib"

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

0 comments on commit d7fda9d

Please sign in to comment.