Skip to content

Commit

Permalink
Upgrade Ubuntu for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ldko committed Feb 21, 2025
1 parent b0de9d5 commit db27f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10']
Expand All @@ -29,4 +29,4 @@ jobs:
flake8 nomination tests setup.py --count --exit-zero --max-line-length=99 --statistics
- name: Run the tests
run: |
pytest
pytest

0 comments on commit db27f9b

Please sign in to comment.