Skip to content

Commit 2a2f1eb

Browse files
change gha r version
1 parent abd46f1 commit 2a2f1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
config:
14-
- {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
1514
- {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
16-
- {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
17-
- {os: ubuntu-24.04, r-version: '4.3', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
15+
- {os: windows-latest, r-version: '4.5', rspm: "https://cran.rstudio.com"}
16+
- {os: ubuntu-24.04, r-version: '4.5', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
17+
- {os: ubuntu-24.04, r-version: '4.4', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
1818
runs-on: ${{ matrix.config.os }}
1919
env:
2020
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}

0 commit comments

Comments
 (0)