Skip to content

Commit

Permalink
Update code_coverage.yml
Browse files Browse the repository at this point in the history
GitHub stopped supporting Ubuntu 18.04 on April 1, 2023
  • Loading branch information
bbayukari committed Sep 16, 2023
1 parent ad43767 commit ac445bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Expand Up @@ -75,7 +75,7 @@ jobs:

codecovR:
name: Codecov for R-package
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit ac445bd

Please sign in to comment.