Skip to content

Commit

Permalink
Merge pull request #4118 from HideakiImamura/fix-ci-error-python-not-…
Browse files Browse the repository at this point in the history
…supported

Avoid running `Tests` and `Tests (Storage with server)` with Python 3.6 to pass the CI
  • Loading branch information
c-bata committed Nov 4, 2022
2 parents a879936 + e81ee04 commit bccb63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# RDB. Since current name "tests-rdbstorage" is required in the Branch protection rules, you
# need to modify the Branch protection rules as well.
tests-rdbstorage:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit bccb63d

Please sign in to comment.