Skip to content

Commit

Permalink
Change to use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Jan 18, 2025
1 parent 6c32c14 commit 6632237
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 6632237

Please sign in to comment.