Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Jan 13, 2025
1 parent d57d552 commit 163c993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -17,7 +17,7 @@ jobs:
# - '3.6'
# - '3.7'
# - '3.8'
- '3.9'
- '3.10'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 163c993

Please sign in to comment.