Skip to content

Commit

Permalink
disable ubuntu for quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghan234 committed Dec 5, 2024
1 parent 0b0c3a1 commit 2454310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
build_wheels:
strategy:
matrix:
os: [ubuntu-latest, macos-14]
# os: [ubuntu-latest, macos-14]
os: [macos-14]
python-version: ['39', '310', '311', '312']
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
- name: Retrieve release distributions
uses: actions/download-artifact@v4
with:
name: dist-*
pattern: dist-*
merge-multiple: true
path: dist

Expand Down

0 comments on commit 2454310

Please sign in to comment.