Skip to content

Commit 70000b9

Browse files
committed
update workflow github actions
1 parent 095770b commit 70000b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
config:
21-
- {os: macos-latest, r: 'release'}
21+
#- {os: macos-latest, r: 'release'} (REMOVE UNTIL I CAN FIGURE OUT WEIRD ERRORS THAT ONLY OCCUR HERE AND NOT ANY OTHER MAC CHECKS.)
2222
- {os: windows-latest, r: 'release'}
2323
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2424
- {os: ubuntu-latest, r: 'release'}

0 commit comments

Comments
 (0)