Skip to content

Commit

Permalink
test: use ubuntu 20.04 instead of latest as the issue in latest (#3608)
Browse files Browse the repository at this point in the history
- actions/setup-python#401

Signed-off-by: Chen lizhong <lichen@redhat.com>
  • Loading branch information
chenlizhong committed Nov 25, 2022
1 parent 0fe2a26 commit 68c1d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
code-test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-versions: [2.7, 3.6, 3.9]
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
docs-test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 68c1d08

Please sign in to comment.