From 9add75fa4067026cabd50d434eb7f1ebf9d3d7c0 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Fri, 9 Dec 2022 13:04:45 +0100 Subject: CI: update Ubuntu to 22.04 and MacOS to 12 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b1565ae..ac2fa7e9 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 -- cgit v1.2.1