From c23ed4a569b6b455d37e2e885c70326980fda5ad Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Wed, 9 Oct 2024 17:38:47 +0200 Subject: [PATCH] Run tests on Mac OS 14 and 15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8abd2893..a31961853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: strategy: matrix: os: - - macos-12 - - macos-11 + - macos-15 + - macos-14 steps: - name: Check out the codebase.