Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
fail-fast: false
matrix:
include:
- {os: macOS-latest, r: '4.5.1' }
- {os: macOS-latest, r: '4.6.0' }
# The value of `r` for Ubuntu is a placeholder that has no effect. R
# is installed from r2u via APT, and thus corresponds to the current
# release version
- {os: ubuntu-latest, r: 'release'}

runs-on: ${{ matrix.os }}
Expand Down
Loading