From 932e0bf7cfd47cf1681c71562f6cb468a056c92d Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 18 Nov 2024 22:19:58 -0500 Subject: [PATCH] ci: switch macos-12 -> 13, add py13 to test matrix --- .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 93bb4d2..2c431d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04, macos-12, windows-2022 ] - python: [ "310", "311", "312" ] + os: [ ubuntu-22.04, macos-13, windows-2022 ] + python: [ "310", "311", "312", "313" ] env: GCC_V: 11 steps: