Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed May 15, 2024
1 parent fa30bbc commit 51f040c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, macos-14]
os: [ubuntu-latest, macos-13, macos-14]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
env:
CIBW_BUILD_VERBOSITY: 1
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: snapatac2-sdist
path: snapatac2-python/target/wheels/*.tar.gz
path: snapatac2-python/target/wheels/*.tar.gz

0 comments on commit 51f040c

Please sign in to comment.