Skip to content

Commit

Permalink
internal: drop CI/CD for mac
Browse files Browse the repository at this point in the history
it triggers false positive error on check
  • Loading branch information
davidgohel committed May 17, 2024
1 parent e6f4ca3 commit 717e655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
config:
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'release'}
env:
Expand All @@ -31,11 +30,6 @@ jobs:

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

- if: runner.os == 'macOS'
run: |
brew install --cask xquartz
brew install libpng
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* local R installation, R 4.4
* Ubuntu, mac-os and windows with R release
* local mac-os R 4.4 installation
* Ubuntu and windows with R release and devel
* win-builder (older, release and devel)

## R CMD check results
Expand Down

0 comments on commit 717e655

Please sign in to comment.