Skip to content

Commit

Permalink
stick to ubuntu 20.04 for test CI workflow, so we can keep testing wi…
Browse files Browse the repository at this point in the history
…th Python 3.6
  • Loading branch information
boegel committed Jul 4, 2024
1 parent a675cd0 commit cd8bfe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, '3.10']
fail-fast: false
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}

Expand Down

0 comments on commit cd8bfe6

Please sign in to comment.