Skip to content

Commit

Permalink
fix ubuntu/py version for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Teun Vink committed Sep 27, 2024
1 parent a65303a commit b7a70b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.6.9"]
python-version: ["3.10.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b7a70b8

Please sign in to comment.