From a19a332cb6345663737c873072c084557b99dd50 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Fri, 3 Nov 2023 12:14:11 +0100 Subject: [PATCH] CI: Bump to macOS 12 --- .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 c717a6bbb..bcaaace65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-2019, macos-11] + os: [ubuntu-latest, windows-2019, macos-12] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] architecture: [x64] include: