Skip to content

Commit e8b45e5

Browse files
Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#18)
Co-authored-by: adam-fowler <[email protected]>
1 parent d0826d9 commit e8b45e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
image: ["swift:5.10", "swift:6.0", "swiftlang/swift:nightly-6.1-jammy"]
24+
image: ["swift:5.10", "swift:6.0", "swift:6.1"]
2525
container:
2626
image: ${{ matrix.image }}
2727
services:
@@ -55,7 +55,7 @@ jobs:
5555
-ignore-filename-regex="\/Benchmarks\/" \
5656
-instr-profile .build/debug/codecov/default.profdata > info.lcov
5757
- name: Upload to codecov.io
58-
uses: codecov/codecov-action@v5
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: info.lcov
6161
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)