Skip to content

Commit 84f3394

Browse files
committed
Use R 4.6.0 for macOS CI
1 parent 4b1f8b9 commit 84f3394

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- {os: macOS-latest, r: '4.5.1' }
18+
- {os: macOS-latest, r: '4.6.0' }
19+
# The value of `r` for Ubuntu is a placeholder that has no effect. R
20+
# is installed from r2u via APT, and thus corresponds to the current
21+
# release version
1922
- {os: ubuntu-latest, r: 'release'}
2023

2124
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)