diff options
| author | 2026-01-04 11:51:49 +0800 | |
|---|---|---|
| committer | 2026-01-04 11:51:49 +0800 | |
| commit | 1fc14d1b4817497b285a17e47450d4b94f44153b (patch) | |
| tree | 73425a61eed880fabfbfe2c0a93923d95b860f25 /.github | |
| parent | 61b17ae9b39c11efc079b13be41651556869ab3b (diff) | |
| download | conventional_role_play-1fc14d1b4817497b285a17e47450d4b94f44153b.tar.gz conventional_role_play-1fc14d1b4817497b285a17e47450d4b94f44153b.zip | |
feat(ci): update Python version to 3.10 and expand macOS runner matrix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/CI.yml | 20 |
1 files changed, 10 insertions, 10 deletions
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: |
