Skip to content

Commit

Permalink
Check matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Jul 4, 2024
1 parent cc941d7 commit f1f2081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
fail-fast: false
matrix:
config:
#- {os: windows-latest, r: 'devel', rglusenull: "true"}
- {os: windows-latest, r: 'devel', rglusenull: "true"}
- {os: windows-latest, r: 'release', rglusenull: "true"}
#- {os: windows-latest, r: '3.6', rglusenull: "true"}
#- {os: macOS-latest, r: 'release', rglusenull: "true"}
- {os: windows-latest, r: '3.6', rglusenull: "true"}
- {os: macOS-latest, r: 'release', rglusenull: "true"}
- {os: ubuntu-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit f1f2081

Please sign in to comment.