Skip to content

Commit

Permalink
Disable macOS workflow
Browse files Browse the repository at this point in the history
See #28
  • Loading branch information
milanmlft committed May 10, 2024
1 parent 4f9644f commit 87a0c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
fail-fast: false
matrix:
config:
- { os: macos-latest, r: "release" }
# TODO: fix broken macOS workflow
# https://github.com/milanmlft/jupytextR/issues/28
# - { os: macos-latest, r: "release" }
- { os: windows-latest, r: "release" }
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
- { os: ubuntu-latest, r: "release" }
Expand Down

0 comments on commit 87a0c5b

Please sign in to comment.