Skip to content

Commit

Permalink
disable gh actions on macos windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Apr 25, 2024
1 parent 1ca3eae commit 09b9aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
# - {os: macos-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}

env:
Expand Down

0 comments on commit 09b9aad

Please sign in to comment.