diff options
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: |
