Skip to content

Commit

Permalink
fix ci (PR #17)
Browse files Browse the repository at this point in the history
* fix failing GitHub actions
  • Loading branch information
jeffreyhanson authored Sep 30, 2024
1 parent 6ab6529 commit 9e39ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-20.04, r: 'release', pkgs: 'all'}
- {os: ubuntu-20.04, r: 'devel', pkgs: 'all'}
- {os: ubuntu-20.04, r: 'devel', pkgs: 'depends only'}
- {os: ubuntu-22.04, r: 'release', pkgs: 'all'}
- {os: ubuntu-22.04, r: 'devel', pkgs: 'all'}
- {os: ubuntu-22.04, r: 'devel', pkgs: 'depends only'}

env:
_R_REMOTES_NO_ERRORS_FROM_WARNINGS_: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-20.04, r: 'release', pkgs: 'all'}
- {os: ubuntu-22.04, r: 'release', pkgs: 'all'}

env:
_R_REMOTES_NO_ERRORS_FROM_WARNINGS_: true
Expand Down

0 comments on commit 9e39ebe

Please sign in to comment.