Skip to content

Commit a8218d8

Browse files
corrige build-artifact
1 parent efdf6b9 commit a8218d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
1212
- {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
1313
- {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
14-
- {os: ubuntu-24.04, r-version: '4.4', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
14+
- {os: ubuntu-24.04, r-version: '4.3', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
1515
runs-on: ${{ matrix.config.os }}
1616
env:
1717
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}

0 commit comments

Comments
 (0)