diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 657f0fd6..4231fd4c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,7 +5,7 @@ name: Test Coverage jobs: run-coverage: name: Build - runs-on: ubuntu- + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -55,4 +55,4 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests name: code-coverage-report - \ No newline at end of file +