commit | 3ff71cda986b809e8ffeebee6804b50b3607df63 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Wed Oct 05 20:41:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 20:41:01 2022 +0100 |
tree | 5b91364c5e4c7005d83b9932aa50a1bde1a52e92 | |
parent | 346823d3e5668b99d2c2fd920e7f215e21ad3ea7 [diff] |
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)
diff --git a/src/version.c b/src/version.c index 0d3e911..b7bb569 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 668, +/**/ 667, /**/ 666,