Skip to content

Commit

Permalink
github actions: remove oldrl1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Jul 8, 2024
1 parent 7a2315f commit c025f56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
r-version: ['oldrel-1' 'release']
r-version: ['4.4.1']
config:
- {os: windows-latest, windows_32_or_64: '64'}
- {os: macOS-latest, }
- {os: ubuntu-24.04, rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: 'release', windows_32_or_64: '64'}
- {os: macOS-latest, r: 'release',}
- {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
env:
RGL_USE_NULL: true
steps:
Expand Down

0 comments on commit c025f56

Please sign in to comment.