summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-10-06 16:56:44 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-06 16:56:44 +0100
commitd459020c62f945ca089a6f7349d559cc9db8596b (patch)
tree8e55119194f556f38e1718692cec1475e304db48 /src
parent851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 (diff)
patch 9.0.0676: CI on Mac M1 with gcc actually uses clangv9.0.0676
Problem: CI on Mac M1 with gcc actually uses clang. Solution: Remove the gcc task. (Ozaki Kiichi, closes #11297)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3cf2ef9d61..5cf086ec9b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 676,
+/**/
675,
/**/
674,