Skip to content

Commit

Permalink
fix ubuntu version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Feb 4, 2025
1 parent 3bee6d0 commit 869fca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7.1", "3.8.1", "3.9.1", "3.10.1"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

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

0 comments on commit 869fca2

Please sign in to comment.