Skip to content

Commit e4d28ef

Browse files
ci: force R version 4.1.3
1 parent d281695 commit e4d28ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
config:
23-
- { os: ubuntu-latest, r: 'release' }
24-
- { os: ubuntu-latest, r: 'oldrel-1' }
25-
- { os: macos-latest, r: 'release' }
23+
- { os: ubuntu-latest, r: '4.1.3' }
24+
#- { os: ubuntu-latest, r: 'oldrel-1' }
25+
#- { os: macos-latest, r: 'release' }
2626

2727
runs-on: ${{ matrix.config.os }}
2828
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: CCBR/actions/install-r-pak@main
5454
with:
55-
r-version: 4.4
55+
r-version: 4.1.3
5656
versions-file: .github/package-versions.txt
5757
needs: dev
5858

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: r-lib/actions/setup-r@v2
3232
with:
3333
use-public-rspm: true
34-
r-version: 4.3
34+
r-version: 4.1.3
3535

3636
- uses: r-lib/actions/setup-r-dependencies@v2
3737
with:

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: CCBR/actions/install-r-pak@main
2323
with:
24-
r-version: 4.4
24+
r-version: 4.1.3
2525
versions-file: .github/package-versions.txt
2626
needs: dev
2727

0 commit comments

Comments
 (0)