Skip to content

Commit

Permalink
ci: use older ubuntu-22.04 runner for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Sep 26, 2024
1 parent e542f69 commit 347ce68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
strategy:
matrix:
runner: ['ubuntu-latest']
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
include:
- runner: 'ubuntu-20.04'
python-version: '3.6'
- runner: 'ubuntu-22.04'
python-version: '3.7'

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

0 comments on commit 347ce68

Please sign in to comment.