Skip to content

Commit

Permalink
pin ubuntu to 22.04
Browse files Browse the repository at this point in the history
see actions/setup-python#962

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Dec 19, 2024
1 parent c1d07a7 commit 663bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.12"]
Expand Down

0 comments on commit 663bdf6

Please sign in to comment.