Skip to content

Commit 14d3683

Browse files
committed
Fix suggested config for multiple versions, Ubuntu-only
It listed the OS in every branch but never used the value
1 parent 7cf480f commit 14d3683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configurator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
{%- endif %}
4444
jobs:
4545
build:
46-
{%- set unroll = os_win or (crystal_ver and crystal_nightly) %}
46+
{%- set unroll = os_win or (crystal_ver and crystal_nightly and os_mac) %}
4747
{%- if os_mac or os_win or crystal_nightly or crystal_ver %}
4848
strategy:
4949
fail-fast: false

0 commit comments

Comments
 (0)