From c33ee55bce5cf4baa24ce2ccbce463eccb68f14c Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:01:18 +0100 Subject: [PATCH] ci: add macos-13 to the matrix --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b66478..07febe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: matrix: os: - ubuntu-latest + - macos-13 - macos-latest - windows-latest version: @@ -181,7 +182,13 @@ jobs: uses: crazy-max/ghaction-dump-context@v2 build-macos: - runs-on: macos-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: + - macos-13 + - macos-latest steps: - name: Checkout