Skip to content

Commit

Permalink
macos not macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Nov 29, 2023
1 parent 7859347 commit a300fba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'devel'}
- {os: macos-latest, r: 'devel'}
- {os: windows-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel'}
- {os: macos-latest, r: 'oldrel'}
- {os: windows-latest, r: 'oldrel'}
- {os: macOS-latest, r: 'oldrel-1'}
- {os: macos-latest, r: 'oldrel-1'}
- {os: windows-latest, r: 'oldrel-1'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

Expand Down

0 comments on commit a300fba

Please sign in to comment.