From bbe4888922da43a27b790b40e456260c0025bba0 Mon Sep 17 00:00:00 2001 From: sudoskys Date: Thu, 9 Jan 2025 16:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ci(workflows):=20update=20Python?= =?UTF-8?q?=20testing=20matrix=20for=20macOS=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 59fc961..8a95871 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -14,8 +14,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11'] - os: [ ubuntu-latest ] # , windows-latest, macos-latest + python-version: [ '3.8', '3.9', '3.10', '3.11' ] + os: [ macos-latest , ubuntu-latest ] # , ubuntu-latest, windows-latest steps: - uses: actions/checkout@v3