Skip to content

Commit

Permalink
Cleaned up check-full.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnejh authored and arnejh committed Oct 29, 2024
1 parent 9a3982a commit 08e194c
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,21 @@ jobs:
fail-fast: false
matrix:
config:
# Latest macOS will use the big-sur-arm64 folder when deploying to the drat repo:
- {os: macOS-latest, r: 'release', pkgext: '.tgz'}
- {os: macOS-latest, r: '4.3', pkgext: '.tgz'}

# macOS-13 will use the big-sur-x86_64 folder when deploying to the drat repo:
- {os: macOS-13, r: 'release', pkgext: '.tgz'}
- {os: macOS-13, r: '4.3', pkgext: '.tgz'}
- {os: macOS-13, r: '4.2', pkgext: '.tgz'}
# - {os: macOS-latest, r: '4.1', pkgext: '.tgz'} # Disabled due to units failure
# - {os: macOS-latest, r: '4.0', pkgext: '.tgz'} # Failing in Install system dependencies on macOS
# Disccarded due to the following missing packages on Mac for R 3.6: tinytest, Rcpp, xml2, units, stringi, data.table:
#- {os: macOS-latest, r: '3.6', pkgext: '.tgz'}
- {os: macOS-13, r: '4.3', pkgext: '.tgz'}

- {os: windows-latest, r: 'release', pkgext: '.zip'}
- {os: windows-latest, r: '4.3', pkgext: '.zip'}
- {os: windows-latest, r: '4.2', pkgext: '.zip'}
# - {os: windows-latest, r: '4.1', pkgext: '.zip'} # Disabled due to stringi failure
# - {os: windows-latest, r: '4.0', pkgext: '.zip', rspm: "https://cloud.r-project.org"} # Disabled due to stringi failure
# - {os: windows-latest, r: '3.6', pkgext: '.zip', rspm: "https://cloud.r-project.org"} # Disabled due to stringi failure
- {os: windows-latest, r: '4.3', pkgext: '.zip'}

- {os: ubuntu-latest, r: 'release', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.3', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.2', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.1', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.0', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
# - {os: ubuntu-20.04, r: '3.6', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} # Disabled due to "vignette builder 'knitr' not found"

- {os: ubuntu-22.04, r: '4.3', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-22.04, r: '4.2', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down

0 comments on commit 08e194c

Please sign in to comment.