From 700b50fe48879c82f3f9e6a59722c438d5de81a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 22 Oct 2024 11:29:54 +0200 Subject: [PATCH] MNT: switch Python 3.9 + mac testing from macos-12 to macos-13 --- .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 6a833531..30a4e2fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,8 @@ jobs: - '3.12' # Test all on ubuntu, test ends on macos and windows include: - - os: macos-12 - # pin macos-12 (x86) because Python 3.9 is broken in the arm64 image + - os: macos-13 + # pin macos-13 (x86) because Python 3.9 is broken in the arm64 image python-version: '3.9' - os: windows-latest python-version: '3.9'