From 34c5c68a91d051e9f7d283bb4bf04770dbfbfcfc Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 9 Dec 2023 14:37:44 +0100 Subject: [PATCH] Add macos-13 to ci matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f06d7c8ef..4977d0767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ "macos-latest" ] + os: [ "macos-latest", "macos-13" ] python-version: ["3.9", "3.10", "3.11"] steps: