]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
CI: Update build environments (#2373)
authorMartin Matuška <martin@matuska.org>
Sat, 12 Oct 2024 16:31:20 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 16:31:20 +0000 (09:31 -0700)
FreeBSD 13.3 -> 13.4
FreeBSD 14.0 -> 14.1
Ubuntu 22.04 -> 24.04

.cirrus.yml
.github/workflows/ci.yml

index 02ea6fabb9369ba56bc0a367d11742bf951c281b..fe543e258fe8a6434e8ffe8eb9da4aa07b51187c 100644 (file)
@@ -10,9 +10,9 @@ FreeBSD_task:
       BS: cmake
   matrix:
     freebsd_instance:
-      image_family: freebsd-14-0
+      image_family: freebsd-14-1
     freebsd_instance:
-      image_family: freebsd-13-3
+      image_family: freebsd-13-4
   prepare_script:
   - ./build/ci/cirrus_ci/ci.sh prepare
   configure_script:
index 6e6cdcaa0973e519b5ca10e3313744ef886f73c2..ac2c85a4ca652b7b23cd90f4f6af28bfe37d0de7 100644 (file)
@@ -51,7 +51,7 @@ jobs:
         path: libarchive.tar.xz
 
   Ubuntu:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     strategy:
       matrix:
         bs: [autotools, cmake]
@@ -96,7 +96,7 @@ jobs:
         name: libarchive-ubuntu-${{ matrix.bs }}-${{ matrix.crypto }}-${{ github.sha }}
         path: libarchive.tar.xz
   Ubuntu-distcheck:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     steps:
     - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
     - name: Update package definitions