Skip to content

Commit

Permalink
reduce GHA jobs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Jan 25, 2024
1 parent abbfff9 commit 590b34a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
# - {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}
- {os: windows-latest, r: '4.1'}
- {os: ubuntu-20.04, r: 'devel'}
# - {os: windows-latest, r: 'oldrel'}
# - {os: windows-latest, r: '4.1'}
# - {os: ubuntu-20.04, r: 'devel'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'oldrel'}
- {os: ubuntu-20.04, r: '4.1'}
# - {os: ubuntu-20.04, r: 'oldrel'}
# - {os: ubuntu-20.04, r: '4.1'}

env:
_SP_EVOLUTION_STATUS_: 2
Expand Down

0 comments on commit 590b34a

Please sign in to comment.