Skip to content

Commit

Permalink
Lock Ubuntu version to 22.04 to allow continued testing with Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
beatonma committed Jan 30, 2025
1 parent f035f56 commit 05e49a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
jobs:
runtests_nocelery:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
Expand All @@ -24,7 +24,7 @@ jobs:
python runtests.py
runtests_withcelery:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
Expand All @@ -47,7 +47,7 @@ jobs:
python runtests.py
runtests_withwagtail:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.12']
Expand Down

0 comments on commit 05e49a8

Please sign in to comment.