From 3ff71cda986b809e8ffeebee6804b50b3607df63 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:41:01 +0100 Subject: patch 9.0.0668: CI on Mac M1 only uses clang Problem: CI on Mac M1 only uses clang Solution: Also run with gcc. (closes #11263) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 0d3e911e02..b7bb5697bb 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 668, /**/ 667, /**/ -- cgit v1.2.3