Skip to content

Commit

Permalink
shorten build time
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Feb 3, 2025
1 parent e8fefc1 commit 1f6066f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
os: [ macos-14, macos-15 ]
# os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f6066f

Please sign in to comment.