From 44fd43ead3799f7f4f19bedb0e9dcdaf80562ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 19 Oct 2024 16:16:59 +0200 Subject: [PATCH] Switch to macOS 14 in CI --- .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 58a32ee..163e05a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: os: - ubuntu-24.04 - - macos-12 + - macos-14 python-version: - "3.9" - "3.10"