From: Martin Matuska Date: Fri, 14 Jul 2023 23:35:26 +0000 (+0200) Subject: CI: use macos-13 in GitHub Actions X-Git-Tag: v3.7.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c9c0411cc1ed9601260804ccfa9ba92268649a;p=thirdparty%2Flibarchive.git CI: use macos-13 in GitHub Actions --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afcefd304..b3309a338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: MacOS: - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: bs: [autotools, cmake]