Skip to content

Commit

Permalink
Merge pull request #982 from mattrose/master
Browse files Browse the repository at this point in the history
fix test failure
  • Loading branch information
mattrose authored Jan 13, 2025
2 parents 8cda0ca + 163c993 commit 91dc655
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 91dc655

Please sign in to comment.