From e4dc224460677c108f9e41e80d72440b7b2b68f5 Mon Sep 17 00:00:00 2001 From: Andy Jewell Date: Tue, 28 Jan 2025 09:21:49 -0500 Subject: [PATCH 1/2] chore: bump macos version in CI --- .github/workflows/ci_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 938c8fb8..880a513b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -22,7 +22,7 @@ jobs: # x86 builds are only meaningful for Windows - os: windows-latest architecture: x86 - - os: macos-12 + - os: macos-13 architecture: x64 python: - 3.8 From edd35ee80e8de515cdae4608b7563d509983edf3 Mon Sep 17 00:00:00 2001 From: Andy Jewell Date: Tue, 28 Jan 2025 11:55:44 -0500 Subject: [PATCH 2/2] m --- .github/workflows/ci_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 880a513b..fb308d0b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -30,7 +30,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - 3.x +# - 3.x 3.13 does not have 'pipes' and maybe other necessary things category: - local-slow # These require credentials.