Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Feb 11, 2025
1 parent 6626442 commit 1b0447b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-13, macos-latest]
os: [ubuntu-22.04, macos-13, macos-latest]

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -34,4 +34,4 @@ jobs:
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
path: ./wheelhouse/*.whl

0 comments on commit 1b0447b

Please sign in to comment.