diff options
author | James McCoy <jamessan@jamessan.com> | 2022-03-07 16:47:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 16:47:14 -0500 |
commit | 26e713797b040e1fbfd296922066d1258d7743da (patch) | |
tree | 00d0be11e2e4cee28f50725a6323d2b5212aeef0 | |
parent | caffee0b67e5a188343901edfc766776b1a06c3d (diff) | |
parent | 824f24a6b06d0c3cab2ded37b210c8c399064f13 (diff) | |
download | rneovim-26e713797b040e1fbfd296922066d1258d7743da.tar.gz rneovim-26e713797b040e1fbfd296922066d1258d7743da.tar.bz2 rneovim-26e713797b040e1fbfd296922066d1258d7743da.zip |
Merge pull request #17635 from dundargoc/ci/freebsd/bump-to-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 |