From 4dfa680a71a5653733b0ba99f918fe5c533be207 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 4 Jan 2025 18:56:51 +0100 Subject: [PATCH] ci(macos): use the macos-13 runners macos-12 is not supported anymore. --- .github/workflows/packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 0659f0dc..87993a16 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -140,8 +140,8 @@ jobs: matrix: # These archs require an Apple M1 runner: [arm64, universal2] arch: [x86_64] - pyver: [cp38, cp39, cp310, cp311, cp312, cp313] - macver: ["12"] + pyver: [cp39, cp310, cp311, cp312, cp313] + macver: ["13"] include: - arch: arm64 pyver: cp310