diff options
author | James McCoy <jamessan@jamessan.com> | 2022-03-06 20:06:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 20:06:36 -0500 |
commit | 5760cf87b6d09165cd08af3e2afa231909e3d2df (patch) | |
tree | afc2abd97f246408f498ffe6034c14181b4fb75f | |
parent | a7c999523dbcbb91db56c6eb834034d448e9481c (diff) | |
parent | 04ae5026914e3a1d3ea0da6b00a9a7207a8a3d8c (diff) | |
download | rneovim-5760cf87b6d09165cd08af3e2afa231909e3d2df.tar.gz rneovim-5760cf87b6d09165cd08af3e2afa231909e3d2df.tar.bz2 rneovim-5760cf87b6d09165cd08af3e2afa231909e3d2df.zip |
Merge pull request #17626 from dundargoc/ci/openbsd/bump-to-latest
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 |