Skip to content

Commit

Permalink
GHA: also test macos + R-oldrel
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 2, 2024
1 parent 740169a commit 065030c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- { os: windows-latest, r: 'release', python: '3.10' }
- { os: ubuntu-latest , r: 'release', python: '3.10' }

# test R oldrel on mac too: https://github.com/RcppCore/RcppArmadillo/issues/447
- { os: macOS-latest , r: 'oldrel' , python: '3.10' }

- { os: ubuntu-latest, r: 'oldrel-1', python: '3.9' }
- { os: ubuntu-latest, r: 'oldrel-2', python: '3.9' }
- { os: ubuntu-20.04, r: 'oldrel-3', python: '3.8' }
Expand Down

0 comments on commit 065030c

Please sign in to comment.