summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.de>2022-12-09 13:04:45 +0100
committerMartin Matuska <martin@matuska.de>2022-12-09 13:04:45 +0100
commit9add75fa4067026cabd50d434eb7f1ebf9d3d7c0 (patch)
tree25ee489dc2aff2773a27585a66bd3e803d7e5798
parente2f7c1dcb9ed47c482faaaa07db8b74178356c98 (diff)
downloadlibarchive-9add75fa4067026cabd50d434eb7f1ebf9d3d7c0.tar.gz
CI: update Ubuntu to 22.04 and MacOS to 12
-rw-r--r--.github/workflows/ci.yml6
1 files 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