Skip to content

Commit

Permalink
python 3.8 instead of 3.7 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений Блинов authored and Евгений Блинов committed Mar 1, 2025
1 parent 4ffe39f commit a6a193a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: linux
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: linux
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7']
Expand Down

0 comments on commit a6a193a

Please sign in to comment.