diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 2bc9b5f..a42a1a7 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -22,10 +22,10 @@ jobs: fail-fast: false matrix: config: - - {os: windows-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"} - - {os: macOS-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"} - - {os: ubuntu-latest, r: 'release', rspm: "https://packagemanager.posit.co/cran"} - - {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" } + - {os: windows-latest, r: 'release', rspm: "https://cran.rstudio.com"} + - {os: macOS-latest, r: 'release', rspm: "https://cran.rstudio.com"} + - {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"} + - {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" } env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index abb12ba..cc09fe1 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -8,9 +8,10 @@ jobs: fail-fast: false matrix: config: - - {os: windows-latest, r-version: '4.0', rspm: "https://packagemanager.posit.co/cran"} - - {os: windows-latest, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran"} - - {os: ubuntu-latest, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran"} + - {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"} + - {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"} + - {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"} + - {os: debian-12, r-version: '4.4', rspm: 'https://packagemanger.posit.co/cran/__linux__/bookworm/latest'} runs-on: ${{ matrix.config.os }} env: INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}