Skip to content

Commit 2ee8f64

Browse files
update ci for codecov
1 parent 48c3726 commit 2ee8f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
pytest --cov=tensorcircuit --cov-report=xml -svv --benchmark-skip
3838
- name: Upload coverage to Codecov
39-
if: matrix.os == 'ubuntu-20.04'
39+
if: matrix.os == 'ubuntu-22.04'
4040
uses: codecov/codecov-action@v2
4141
with:
4242
verbose: true

0 commit comments

Comments
 (0)