Skip to content

Commit

Permalink
update ci ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Nov 21, 2023
1 parent 0be6ede commit b7a9eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
check-code:
name: Check code quality
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- name: Checkout branch
uses: actions/checkout@master
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Check code quality
run: make check
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit b7a9eb8

Please sign in to comment.