commit | d459020c62f945ca089a6f7349d559cc9db8596b | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu Oct 06 16:56:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 16:56:44 2022 +0100 |
tree | 8e55119194f556f38e1718692cec1475e304db48 | |
parent | 851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 [diff] |
patch 9.0.0676: CI on Mac M1 with gcc actually uses clang Problem: CI on Mac M1 with gcc actually uses clang. Solution: Remove the gcc task. (Ozaki Kiichi, closes #11297)
diff --git a/src/version.c b/src/version.c index 3cf2ef9..5cf086e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 676, +/**/ 675, /**/ 674,