From 7bc590467655af5f9c84316d5a5b200ba471ead7 Mon Sep 17 00:00:00 2001 From: auxten Date: Tue, 15 Oct 2024 18:55:29 +0800 Subject: [PATCH] Use macOS 13 build --- .github/workflows/build_macos_x86_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_macos_x86_wheels.yml b/.github/workflows/build_macos_x86_wheels.yml index 8ac93a864b5..22027959efc 100644 --- a/.github/workflows/build_macos_x86_wheels.yml +++ b/.github/workflows/build_macos_x86_wheels.yml @@ -15,13 +15,13 @@ on: - '**/*.md' jobs: - build_wheels_macos_12: + build_wheels_macos_13: name: ${{ matrix.os }} py${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - os: [ macos-12 ] + os: [ macos-13 ] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12" ] env: RUNNER_OS: ${{ matrix.os }}