From 023892a8bb3b55dbc7c9f8642b76ed617893aefe Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 10 Dec 2024 14:41:54 -0800 Subject: [PATCH] macos-12 -> macos-13 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e5c6047..0d0f1694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,11 @@ jobs: os: "ubuntu-latest" include: - python-version: "3.5" - os: "macos-12" + os: "macos-13" - python-version: "3.6" - os: "macos-12" + os: "macos-13" - python-version: "3.7" - os: "macos-12" + os: "macos-13" - python-version: "2.7" os: "ubuntu-20.04" - python-version: "3.5"