From 8990dcdf4c0ba7c2e4e252ceb8b57427838c2410 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 14 May 2024 23:52:05 +0100 Subject: [PATCH] Update Python version (#737) --- .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 f9961eb3..76828fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest + - os: macos-13 - os: windows-latest - os: ubuntu-20.04 - os: ubuntu-22.04