Skip to content

Commit

Permalink
Update check-os.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored Jun 18, 2024
1 parent 2cbb252 commit c737312
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/check-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

name: R-CMD-check-OS-R

permissions: read-all

env:
NCPUS: 2

Expand All @@ -20,13 +22,13 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'oldrel-1'}
- {os: macOS-latest, r: 'release'}
- {os: windows-2022, r: 'oldrel-1'}
- {os: windows-2022, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +37,7 @@ jobs:
RSPM: ${{ matrix.config.rspm }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down Expand Up @@ -67,4 +69,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
path: check

0 comments on commit c737312

Please sign in to comment.