Skip to content

Commit 78a5f8f

Browse files
committed
Disable macos on GitHub Actions
PyCall requires that Python is build with `--enable-shared` option. GitHub Action's macOS image has Python but it isn't build with `--enable-shared`, so PyCall cannot be tested on that environment.
1 parent 17d17af commit 78a5f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-18.04
16-
- macos-latest
16+
#- macos-latest
1717
ruby_version:
1818
- 2.6.x
1919
- 2.5.x

0 commit comments

Comments
 (0)