We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f8b9 commit 84f3394Copy full SHA for 84f3394
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,10 @@ jobs:
15
fail-fast: false
16
matrix:
17
include:
18
- - {os: macOS-latest, r: '4.5.1' }
+ - {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
22
- {os: ubuntu-latest, r: 'release'}
23
24
runs-on: ${{ matrix.os }}
0 commit comments