From 0cad4ddf0e53d867fc1bdcd5a7b6b26667e94b62 Mon Sep 17 00:00:00 2001 From: Griffin Bassman Date: Wed, 19 Jun 2024 13:07:29 -0400 Subject: [PATCH] macos version --- .github/workflows/python_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_wheels.yml b/.github/workflows/python_wheels.yml index 2302c48c0a6..7af8dbb5653 100644 --- a/.github/workflows/python_wheels.yml +++ b/.github/workflows/python_wheels.yml @@ -222,7 +222,7 @@ jobs: deactivate' macos-python-build: name: macos.amd64.py${{ matrix.config.version }}.build - runs-on: macos-11 + runs-on: macos-13 strategy: matrix: config: @@ -254,7 +254,7 @@ jobs: macos-python-test: name: macos.amd64.py${{ matrix.version }}.test needs: macos-python-build - runs-on: macos-11 + runs-on: macos-13 strategy: matrix: version: [3.6, 3.7, 3.8, 3.9, "3.10"]