Skip to content

Commit 394599c

Browse files
correctifs gha
1 parent 4f6e05b commit 394599c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
config:
25-
- {os: windows-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"}
26-
- {os: macOS-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"}
27-
- {os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"}
28-
- {os: ubuntu-latest, r: 'devel', rspm: "https://packagemanager.posit.co/cran", http-user-agent: "R/4.1.0 (ubuntu-latest) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
25+
- {os: windows-latest, r: 'release', rspm: "https://cran.rstudio.com"}
26+
- {os: macOS-latest, r: 'release', rspm: "https://cran.rstudio.com"}
27+
- {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
28+
- {os: debian-12, r: 'devel', rspm: "https://packagemanager.posit.co/cran/__linux__/bookworm/latest", http-user-agent: "R/4.1.0 (ubuntu-latest) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
2929

3030
env:
3131
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

.github/workflows/build-artifacts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
fail-fast: false
99
matrix:
1010
config:
11-
- {os: windows-latest, r-version: '4.0', rspm: "https://packagemanager.posit.co/cran"}
12-
- {os: windows-latest, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran"}
13-
- {os: ubuntu-latest, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran"}
11+
- {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
12+
- {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
13+
- {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
14+
- {os: debian-12, r-version: '4.4', rspm: 'https://packagemanger.posit.co/cran/__linux__/bookworm/latest'}
1415
runs-on: ${{ matrix.config.os }}
1516
env:
1617
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}

0 commit comments

Comments
 (0)