Skip to content

Commit

Permalink
Merge pull request #554 from rdmorganiser/fix_github-actions
Browse files Browse the repository at this point in the history
Fix github actions: pinning ubuntu image to 20.04
  • Loading branch information
jochenklar authored Dec 19, 2022
2 parents 3e38767 + 322d0a6 commit ff213b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
db-backend: [mysql, postgres, sqlite3]
python-version: ['3.6', '3.10']
python-version: ['3.6', '3.11']

services:
postgres:
Expand Down

0 comments on commit ff213b4

Please sign in to comment.