Skip to content

Commit

Permalink
chore(ci): use ubuntu-latest runners (#393)
Browse files Browse the repository at this point in the history
use ubuntu-latest
  • Loading branch information
CFenner authored Sep 9, 2024
1 parent 15f5005 commit 044d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
pylint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
Expand All @@ -29,7 +29,7 @@ jobs:
run: pylint $(git ls-files '*.py')

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9"]
Expand Down

0 comments on commit 044d76e

Please sign in to comment.