Skip to content

Commit 4f6e05b

Browse files
change ppm et os dans github actions
1 parent e88eaef commit 4f6e05b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 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'}
26-
- {os: macOS-latest, r: 'release'}
27-
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
28-
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
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" }
2929

3030
env:
3131
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040

41-
- uses: r-lib/actions/setup-r@v1
41+
- uses: r-lib/actions/setup-r@v2
4242
with:
4343
r-version: ${{ matrix.config.r }}
4444

.github/workflows/build-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
fail-fast: false
99
matrix:
1010
config:
11-
- {os: windows-latest, r-version: '4.0'}
12-
- {os: windows-latest, r-version: '4.4'}
13-
- {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
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"}
1414
runs-on: ${{ matrix.config.os }}
1515
env:
1616
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}

0 commit comments

Comments
 (0)