Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Jul 19, 2024
1 parent 505e7d4 commit ac38190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
container: docker.io/centos:7
container: docker.io/centos:latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -60,4 +60,4 @@ jobs:
- name: run integration testing
run: /bin/bash -x .ci/ci_check.sh
- name: upload coverage
run: curl -LO https://codecov.io/bash && /bin/bash ./bash
run: curl -LO https://codecov.io/bash && /bin/bash ./bash

0 comments on commit ac38190

Please sign in to comment.