Skip to content

Commit 31c29ef

Browse files
committed
Update Github Actions
1 parent 6af9849 commit 31c29ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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-14
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)