Skip to content

Commit

Permalink
ci: Explicitly use ubunutu-22.04 to test wheels for Python3.7. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 authored Jan 18, 2025
1 parent 6c32c14 commit de11944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [build]
strategy:
matrix:
os: [macos-13, ubuntu-latest]
os: [macos-13, ubuntu-22.04]
python-version: ["3.7"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit de11944

Please sign in to comment.