Skip to content

Commit

Permalink
CI: Update build environments
Browse files Browse the repository at this point in the history
FreeBSD 13.3 -> 13.4
FreeBSD 14.0 -> 14.1
MacOS 13 -> 14
Ubuntu 22.04 -> 24.04
  • Loading branch information
mmatuska committed Oct 8, 2024
1 parent a65f765 commit 64bda3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
MacOS:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
bs: [autotools, cmake]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 64bda3c

Please sign in to comment.