Skip to content

Commit c21ae01

Browse files
committed
Fix Windows version at 4.4 in CI.
1 parent 2a8fda1 commit c21ae01

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
config:
27-
- {os: windows-latest, r: 'release', batch: 1}
27+
- {os: windows-latest, r: '4.4', batch: 1}
2828
- {os: macOS-latest, r: 'release', batch: 1} # was hard-coded to 4.2.2 due to issues a while back
2929
- {os: ubuntu-24.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/noble/latest", batch: 1}
3030
- {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/noble/latest", batch: 1}
@@ -49,12 +49,6 @@ jobs:
4949

5050
- uses: r-lib/actions/setup-pandoc@v2
5151

52-
- name: Install rlang to try to address Windows problem
53-
if: runner.os == 'Windows'
54-
run: |
55-
install.packages('rlang')
56-
shell: Rscript {0}
57-
5852
- name: Query dependencies
5953
run: |
6054
install.packages('remotes')

0 commit comments

Comments
 (0)