diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-03-07 10:46:25 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-03-07 12:21:43 +0100 |
commit | 824f24a6b06d0c3cab2ded37b210c8c399064f13 (patch) | |
tree | cfbc921270f9f3d68c94527ee162a755c805957b | |
parent | c3cc17f0e61d70436c601444298fceeafbfbacb3 (diff) | |
download | rneovim-824f24a6b06d0c3cab2ded37b210c8c399064f13.tar.gz rneovim-824f24a6b06d0c3cab2ded37b210c8c399064f13.tar.bz2 rneovim-824f24a6b06d0c3cab2ded37b210c8c399064f13.zip |
ci(freebsd): use image freebsd/latest
-rw-r--r-- | .builds/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 508dcacd3c..b2b4aa4a5c 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,4 @@ -image: freebsd/12.x +image: freebsd/latest packages: - cmake |