Skip to content

Commit

Permalink
Fix macOS CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Nov 1, 2024
1 parent e0405b9 commit cede6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

dub test $DUB_FLAGS

if [ "$OS" == "macOS-latest" ]; then
if [ "$OS" == "macOS-13" ]; then
dub test :tls -c openssl-1.1 $DUB_FLAGS
DUB_FLAGS="$DUB_FLAGS --override-config vibe-stream:tls/openssl-1.1"
else
Expand Down

0 comments on commit cede6bc

Please sign in to comment.