Skip to content

Commit

Permalink
Enabling macos run
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 3, 2025
1 parent 0c22f08 commit 3debac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'devel', rtools: 'true'}
- {os: macOS-latest, r: 'release', rtools: 'true'}
- {os: macOS-latest, r: 'devel', rtools: 'true', opencl: true}
- {os: macOS-latest, r: 'release', rtools: 'true', opencl: true}
- {os: windows-latest, r: 'devel', rtools: '44'}
- {os: windows-latest, r: 'release', rtools: '44'}
- {os: windows-latest, r: 'oldrel', rtools: '43'}
Expand Down

0 comments on commit 3debac1

Please sign in to comment.