diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-06-03 14:30:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-06-03 14:30:34 -0700 |
| commit | a9e7c3a6efebcb96a987db7514751e9f52985399 (patch) | |
| tree | ed09e36087979750c55d2da6d9d250a0ac51af47 | |
| parent | b3b2ddced295c26134568cf879488a921a352865 (diff) | |
| parent | c58bebd4c67960cd4dbaa3c9e569d8d805d8a819 (diff) | |
| download | git-a9e7c3a6efebcb96a987db7514751e9f52985399.tar.gz | |
Merge branch 'pb/use-freebsd-12.3-in-cirrus-ci'
Update the version of FreeBSD image used in Cirrus CI.
* pb/use-freebsd-12.3-in-cirrus-ci:
ci: update Cirrus-CI image to FreeBSD 12.3
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e114ffee1a..4860bebd32 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ freebsd_12_task: DEFAULT_TEST_TARGET: prove DEVELOPER: 1 freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-12-3 memory: 2G install_script: pkg install -y gettext gmake perl5 |
