Skip to content

Commit

Permalink
sanitizers to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Dec 24, 2023
1 parent 397ba8c commit a9c7e6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 53 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# 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'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}
- {os: ubuntu-latest, r: 'devel-ubsan-clang'}
- {os: ubuntu-latest, r: 'devel-san'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}


env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/sanitizers.yaml

This file was deleted.

0 comments on commit a9c7e6a

Please sign in to comment.