File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
target-setup-perl : true
64
64
perl-version : ${{ matrix.perl-version }}
65
65
# Sereal::Encoder can not build in parallel on Windows
66
- build-enable-parallel : ${{ ! startsWith(matrix.os, 'windows-') }}
66
+ build-enable-parallel : ${{ !startsWith(matrix.os,'windows-') && !startsWith(matrix.os,'macos -') }}
67
67
- name : ' ci-dist: target-all after install-dist-perl-deps'
68
68
uses : PDLPorters/devops/github-actions/ci-dist@master
69
69
with :
72
72
target-install-dist-perl-deps : true
73
73
target-test-release-testing : true
74
74
target-test : true
75
- build-enable-parallel : ${{ ! startsWith(matrix.os, 'windows-') }}
75
+ build-enable-parallel : ${{ !startsWith(matrix.os,'windows-') && !startsWith(matrix.os,'macos -') }}
76
76
test-enable-release-testing : ${{ matrix.release-test }}
77
77
test-enable-coverage : ${{ matrix.coverage }}
78
78
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments