Skip to content

Commit

Permalink
ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 2, 2024
1 parent 1e86684 commit 1fd0881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
config:
- { os: windows-latest, r: 'release'}
- { os: windows-latest, r: 'devel'}
- { os: ubuntu-20.04, r: 'release'}
- { os: ubuntu-20.04, r: 'devel'}
- { os: ubuntu-latest, r: 'release'}
- { os: ubuntu-latest, r: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
CRAN: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -41,6 +41,6 @@ jobs:
upload-snapshots: true

- name: Test coverage
if: matrix.config.os == 'ubuntu-20.04' && matrix.config.r == 'release'
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
run: |
Rscript -e 'install.packages("covr")' -e 'covr::codecov(token = "${{secrets.CODECOV_TOKEN}}")'
2 changes: 1 addition & 1 deletion .github/workflows/revdep-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-20.04, r: 'release'}
- { os: ubuntu-latest, r: 'release'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 1fd0881

Please sign in to comment.