Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
Configuration for multiple systems.
  • Loading branch information
amandazimmey authored Nov 29, 2024
1 parent 617c05c commit ed3c11a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ permissions:
contents: read

jobs:
build:
runs-on: macos-latest
R-CMD-check:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
- { os: ubuntu-latest, r: 'devel' }
- { os: ubuntu-latest, r: 'release' }
- { os: macOS-latest, r: 'release' }
- { os: windows-latest, r: 'release' }
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ed3c11a

Please sign in to comment.