From a332486ed425742e41865b5f1bc5166dd5c6207b Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 1 Jun 2024 07:36:18 -0700 Subject: [PATCH] ci: Bump FreeBSD to 13.3 in CI Ref: https://github.com/smol-rs/polling/pull/206#issuecomment-2143462931 Signed-off-by: John Nunley --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f92417b7..db23ca08 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,9 +3,9 @@ task: environment: CODECOV_TOKEN: ENCRYPTED[cfd48b16731c254067ef7b39a7083384127a594c6ad52e51cc32982da2eb8cc67c0a54f69736c29559a28664c615ab99] matrix: - - name: FreeBSD 13.2 + - name: FreeBSD 13.3 freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-13-3 - name: FreeBSD 14.0 freebsd_instance: image_family: freebsd-14-0