Skip to content

Commit

Permalink
CI: Windows 32-bit is no longer supported on R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed May 26, 2021
1 parent b9e176b commit f1dd06f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'devel' }
- {os: windows-latest, r: 'release' }
- {os: macOS-latest, r: 'devel' }
- {os: macOS-latest, r: 'release' }
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- _R_CHECK_LENGTH_1_CONDITION_=true
- _R_CHECK_LENGTH_1_LOGIC2_=true
- _R_CLASS_MATRIX_ARRAY_=true
- os: osx
r: oldrel
- os: osx
r: release
# - os: osx
# r: oldrel
# - os: osx
# r: release
- os: linux
r: release
r_github_packages:
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ environment:
- R_VERSION: devel
R_ARCH: x64

- R_VERSION: devel
R_ARCH: i386

- R_VERSION: release
R_ARCH: x64

Expand Down

0 comments on commit f1dd06f

Please sign in to comment.