From: Martin Matuska Date: Fri, 9 Dec 2022 12:04:45 +0000 (+0100) Subject: CI: update Ubuntu to 22.04 and MacOS to 12 X-Git-Tag: v3.6.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9add75fa4067026cabd50d434eb7f1ebf9d3d7c0;p=thirdparty%2Flibarchive.git CI: update Ubuntu to 22.04 and MacOS to 12 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1565ae1..ac2fa7e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: MacOS: - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: bs: [autotools, cmake] @@ -43,7 +43,7 @@ jobs: path: libarchive.tar.xz Ubuntu: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: bs: [autotools, cmake] @@ -83,7 +83,7 @@ jobs: name: libarchive-ubuntu-${{ matrix.bs }}-${{ matrix.crypto }}-${{ github.sha }} path: libarchive.tar.xz Ubuntu-distcheck: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@master - name: Install dependencies