From 57868b98c6a25e179e0a28090ec28187b0dc10a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Mar 2024 15:06:22 +0100 Subject: [PATCH] Switch to using FreeBSD 14 on Cirrus CI FreeBSD 13.2 doesn't seem to be available any longer. Closes #24373. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 932299091a..08b19ca277 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,9 +10,9 @@ env: task: skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.circleci/**','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**','locale/**')" matrix: - - name: Cirrus CI / FreeBSD 13 wxGTK 3 + - name: Cirrus CI / FreeBSD wxGTK 3 freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-14-0 env: osname: FreeBSD - name: Cirrus CI / Debian ARM wxGTK 3