From 67cdeb569bc914344aee3626f7da260c9bd523f3 Mon Sep 17 00:00:00 2001 From: Julian Blank Date: Sun, 19 Nov 2023 13:56:00 -0800 Subject: [PATCH] New Mac versions for deployment --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cca751ea..9fb08a82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,8 +32,8 @@ jobs: matrix: os: - windows-latest - - macos-latest - - macos-10 + - macos-12 + - macos-13 python-version: - "3.7" - "3.8"