diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-03-06 17:32:44 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-03-06 23:02:28 +0100 |
commit | 04ae5026914e3a1d3ea0da6b00a9a7207a8a3d8c (patch) | |
tree | f97c229291185c31c2db99a6501a4772cfcbf250 | |
parent | 8e7446b3cbc5c82706f41d701239fa18ab5b2808 (diff) | |
download | rneovim-04ae5026914e3a1d3ea0da6b00a9a7207a8a3d8c.tar.gz rneovim-04ae5026914e3a1d3ea0da6b00a9a7207a8a3d8c.tar.bz2 rneovim-04ae5026914e3a1d3ea0da6b00a9a7207a8a3d8c.zip |
ci(openbsd): use latest image
-rw-r--r-- | .builds/openbsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 2f9ccdc1be..0aaa003820 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,6 +1,6 @@ # sourcehut CI: https://builds.sr.ht/~jmk/neovim -image: openbsd/6.9 +image: openbsd/latest packages: - autoconf-2.71 |