From 1fc14d1b4817497b285a17e47450d4b94f44153b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 4 Jan 2026 11:51:49 +0800 Subject: feat(ci): update Python version to 3.10 and expand macOS runner matrix --- .github/workflows/CI.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6706475..8956a7d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -137,19 +137,19 @@ jobs: strategy: matrix: platform: - - runner: macos-14 - target: aarch64 - - runner: macos-14 - target: x86_64 - runner: macos-15 - target: x86_64 - - runner: macos-15 - target: aarch64 + target: macOS-15-arm64 + - runner: macos-15-intel + target: macOS-15 + - runner: macos-14 + target: macOS-14-arm64 + - runner: macos-14-large + target: macOS-14 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: -- cgit v1.2.3-70-g09d2