From 80a81c0bf7deff916d311be306300445dcdfd1f0 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 19 Dec 2024 23:30:43 +0800 Subject: [PATCH] rewrite deploy with macos --- .github/workflows/python-publish.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 325bcc3d0..dec88d845 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -108,12 +108,14 @@ jobs: runs-on: ${{ matrix.buildplat[0] }} strategy: matrix: - buildplat: - - [macos-13, macosx_arm64] - - [macos-13, macosx_x86_64] - - [macos-14, macosx_arm64] - - [macos-14, macosx_x86_64] + os: [macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + # buildplat: + # - [macos-13, macosx_arm64] + # - [macos-13, macosx_x86_64] + # - [macos-14, macosx_arm64] + # - [macos-14, macosx_x86_64] + # python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}