From 2c79346ae2e98ec217c595daae3ffdf015c593e2 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 9 Dec 2024 17:23:25 +0000 Subject: [PATCH] try macos 13 build since 12 deprecated --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a67e943..ac2e7dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: jobs: build-mac-intel: - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]