From d478795b543003e8e568b6c2866dbbcb5894cf26 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 19 Dec 2024 23:35:19 +0800 Subject: [PATCH] rewrite deploy with macos --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 397705af2..c6f4e2954 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -105,7 +105,7 @@ jobs: # twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose deploy_with_macos: - runs-on: ${{ matrix.buildplat[0] }} + runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-13, macos-latest]