Skip to content

Commit

Permalink
Update tests.yml to use ubuntu 22.04 for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey authored Feb 19, 2025
1 parent 0217dff commit 034116b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ jobs:
build-linux:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7.16', '3.8', '3.9', '3.10', '3.11']
os: ['ubuntu-latest']
python-version: [ '3.8', '3.9', '3.10', '3.11']
include:
- os: 'ubuntu-22.04'
python-version: '3.7.16'
name: Tests-linux
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 034116b

Please sign in to comment.