diff options
author | Matthieu Coudron <mattator@gmail.com> | 2020-06-01 01:02:52 +0200 |
---|---|---|
committer | Matthieu Coudron <mattator@gmail.com> | 2020-06-06 01:11:12 +0200 |
commit | c4888b2bdec3aa1c6febbcd8fbed89bd5e4c9b22 (patch) | |
tree | 04d6e94c18b1d7015bcea1515f0d2ee20686c4d1 | |
parent | dd4018947c9f9b39b4e473c21ebf0e27f1e7ddc5 (diff) | |
download | rneovim-c4888b2bdec3aa1c6febbcd8fbed89bd5e4c9b22.tar.gz rneovim-c4888b2bdec3aa1c6febbcd8fbed89bd5e4c9b22.tar.bz2 rneovim-c4888b2bdec3aa1c6febbcd8fbed89bd5e4c9b22.zip |
ci: bump openbsd image 6.5 -> 6.7
seems like 6.5 is not supported anymore.
-rw-r--r-- | .builds/openbsd.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index ed2962998c..5fa6556066 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,17 +1,17 @@ # sourcehut CI: https://builds.sr.ht/~jmk/neovim -image: openbsd/6.5 +image: openbsd/6.7 packages: - autoconf-2.69p2 - automake-1.15.1 - cmake -- gettext-0.19.8.1p3 -- gettext-tools-0.19.8.1 +- gettext-runtime-0.20.1p1 +- gettext-tools-0.20.1p3 - gmake - libtool -- ninja-1.8.2p0 -- unzip-6.0p11 +- ninja-1.10.0 +- unzip-6.0p13 sources: - https://github.com/neovim/neovim |