From 0c1c4a1a57359c256c8995059f717b41cf27716c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Bilodeau?= <70441641+zbilodea@users.noreply.github.com> Date: Tue, 7 May 2024 19:06:53 +0200 Subject: [PATCH] Update ci.yml --- .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 bd0bacc..48858d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.11", "3.12"] - runs-on: [ubuntu-latest, macos-13, windows-latest] + runs-on: [ubuntu-latest, macos-14, windows-latest] include: - python-version: pypy-3.9