Skip to content

Commit a71483a

Browse files
committed
disable CI on macos
1 parent 1bef790 commit a71483a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
coverage: true
2222
#- perl-version: '5.30'
2323
# os: windows-latest
24-
- perl-version: '5.30'
25-
os: macos-latest
24+
# on macos, getting failure to load the lib "/usr/lib:/other/file.bundle" which means something went wrong
25+
#- perl-version: '5.30'
26+
# os: macos-latest
2627
steps:
2728
- uses: actions/checkout@v2
2829
- name: 'ci-dist: target-setup-perl'

0 commit comments

Comments
 (0)