Skip to content

Commit 43c6d28

Browse files
authored
Merge pull request #83 from atilaneves/update
Update Github Actions
2 parents 6af9849 + b5fd2c3 commit 43c6d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
os:
1010
- ubuntu-24.04
1111
- windows-2022
12-
- macos-12
12+
#- macos-13
1313
dc:
1414
- dmd-2.109.1
1515
- dmd-2.100.0
16-
- ldc-1.39.0
16+
- ldc-1.40.0
1717
- ldc-1.28.0
1818

1919
runs-on: ${{ matrix.os }}
@@ -36,4 +36,4 @@ jobs:
3636
- name: Build binary
3737
run: dub build -q
3838

39-
- uses: codecov/codecov-action@v4
39+
- uses: codecov/codecov-action@v5.1.2

0 commit comments

Comments
 (0)