summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml22
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 22 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7ea83f53ad..78e49d9805 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,9 +8,6 @@ freebsd_task:
- name: FreeBSD 14.0
freebsd_instance:
image_family: freebsd-14-0
- - name: FreeBSD 13.1
- freebsd_instance:
- image_family: freebsd-13-1
timeout_in: 20m
install_script:
- pkg install -y gettext
@@ -24,22 +21,3 @@ freebsd_task:
- pw useradd cirrus -m
- chown -R cirrus:cirrus .
- sudo -u cirrus make test
-
-macos_task:
- name: macOS m1
- macos_instance:
- image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
- env:
- # only run with clang, gcc is not real, it is a link to clang
- CC: clang
- timeout_in: 20m
- install_script:
- - brew update
- - brew install gettext libtool diffutils
- build_script:
- - NPROC=$(getconf _NPROCESSORS_ONLN)
- - ./configure --with-features=${FEATURES}
- - make -j${NPROC}
- test_script:
- - src/vim --version
- - make test
diff --git a/src/version.c b/src/version.c
index 264fc7e7df..76f462eda3 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 */
/**/
+ 1904,
+/**/
1903,
/**/
1902,